Skip to content

Commit

Permalink
Fix: small typo in approve label (#191)
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Gentili <[email protected]>
  • Loading branch information
p-gentili committed Jul 18, 2024
1 parent 0a7c0a8 commit 1450a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/lib/models/test_execution.dart
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ enum TestExecutionReviewDecision {
case approvedUnstablePhysicalInfra:
return 'Approve (unstable physical infrastructure)';
case approvedCustomerPrerequisiteFail:
return 'Approve (customer provided prerequsite failing)';
return 'Approve (customer provided prerequisite failing)';
case approvedFaultyHardware:
return 'Approve (faulty hardware)';
case approvedAllTestsPass:
Expand Down

0 comments on commit 1450a0c

Please sign in to comment.