Skip to content

Commit

Permalink
adjusted unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
egurapha committed Jan 26, 2025
1 parent 1039fd9 commit 36c5694
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_navigation.bats
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ teardown() {
run sj "b" >/dev/null && assert_failure

# Check that post-jump directories are correct.
sj 2 >/dev/null
assert_equal $(pwd) "${SHUNPO_TEST_DIR}/1/2"

sg 3 >/dev/null
sj 1 >/dev/null
assert_equal $(pwd) "${SHUNPO_TEST_DIR}/1/2/3"

sg 2 >/dev/null
assert_equal $(pwd) "${SHUNPO_TEST_DIR}/1/2"
}

0 comments on commit 36c5694

Please sign in to comment.