Skip to content

Commit

Permalink
fix: Unnecessary corrections were undone.(Review remarks)
Browse files Browse the repository at this point in the history
  • Loading branch information
smeghead committed Oct 13, 2024
1 parent 0dacf1d commit b5dc56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/assert_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function test_successful_assert_not_equals() {
}

function test_unsuccessful_assert_not_equals() {
assert_equals\
assert_same\
"$(console_results::print_failed_test "Unsuccessful assert not equals" "1" "but got " "1")"\
"$(assert_not_equals "1" "1")"
}
Expand Down

0 comments on commit b5dc56c

Please sign in to comment.