Skip to content

Commit

Permalink
Fix bug in feature file
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed Feb 4, 2025
1 parent 55e4f57 commit 522c779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/features/pre.3.6.x.feature
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Feature: < 3.6
Scenario Outline: NASA-PDS/validate#<issueNumber>_<subtest>
Given validate issue <issueNumber>, test <subtest>, and test data at <datasrc>
When execute validate with <args>
Then compare to the <expectation>.
Then compare to the expected outcome <expectation>.
@pre.3.6
Examples:
| issueNumber | subtest | datasrc | args | expectation |
Expand Down

0 comments on commit 522c779

Please sign in to comment.