Skip to content

Commit

Permalink
Merge pull request #269 from takahirom/reorder-the-task-type
Browse files Browse the repository at this point in the history
Use 'verify' task when specifying both 'compare' and 'verify'
  • Loading branch information
takahirom authored Feb 22, 2024
2 parents 9450bae + 9fc3163 commit 32e4747
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ enum class RoborazziTaskType {
isRecording && isVerifying -> VerifyAndRecord
isRecording && isComparing -> CompareAndRecord
isRecording -> Record
isComparing -> Compare
isVerifying -> Verify
isComparing -> Compare
else -> None
}
}
}
}
}

0 comments on commit 32e4747

Please sign in to comment.