Skip to content

Commit

Permalink
fix(test name): Format title to resemble others
Browse files Browse the repository at this point in the history
  • Loading branch information
Gisela Martinez committed Aug 11, 2022
1 parent 84e15d0 commit 8a17b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bats_test/version/version.bats
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EXPECTED_VERSION=$(jq -r '.version' ./package.json)
[[ "$output" = "$EXPECTED_VERSION" ]]
}

@test "interaction with other flags" {
@test "'ardrive <SOME COMMAND> --version' overrides other flags" {
run -0 yarn ardrive --help --version
[[ "$output" = "$EXPECTED_VERSION" ]]
}

0 comments on commit 8a17b46

Please sign in to comment.