Skip to content

Commit

Permalink
fix version test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Nov 18, 2023
1 parent 1f20452 commit 31e0758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.bats
Expand Up @@ -148,7 +148,7 @@ test_help() {
@test "--version" {
run $BATS_TEST_DIRNAME/../gh-md-toc --version
assert_success
assert_equal "${lines[0]}" "0.9.0"
assert_equal "${lines[0]}" "0.9.1"
assert_equal "${lines[1]}" "os: `uname -s`"
assert_equal "${lines[2]}" "arch: `uname -m`"
}
Expand Down

0 comments on commit 31e0758

Please sign in to comment.