Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cfgnunes committed May 11, 2024
1 parent ec4ae7b commit 0b239f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .assets/unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ _run_get_script_name() {
local expected_output=""
local output=""

expected_output="unit_tests.sh"
expected_output="unit-tests.sh"
output=$(_get_script_name)
_test_equal "$expected_output" "$output" "$expected_output"
}
Expand Down

0 comments on commit 0b239f5

Please sign in to comment.