Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WithSoull committed Dec 24, 2024
1 parent f240ec9 commit d0bbaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/images/run_features_tests_for_8.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

for file in `find ./tests/features/ -name "*.feature" -not -name "*5.7*"`; do
filename=$(basename "$file")
VERISON=8.0 GODOG_FEATURE=$filename make test
VERSION=8.0 GODOG_FEATURE=$filename make test
done

0 comments on commit d0bbaa3

Please sign in to comment.