Skip to content

Commit

Permalink
Fix assertion message
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen authored Aug 16, 2024
1 parent 6126519 commit f7c6ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backport.functions_tests
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function test_get_pr_number {
local commit_msg=$1
local expected_pr_number=$2
local actual_pr_number=$(get_pr_number "$commit_msg")
local MSG="Expected PR Number extracted from \"$commit_msg\""
local MSG="Expected PR Number extracted from \"$commit_msg\" should be equal to \"$expected_pr_number\""
assert_eq "$expected_pr_number" "$actual_pr_number" "$MSG" && log_success "$MSG" || TESTS_RESULT=$?
}

Expand Down

0 comments on commit f7c6ad6

Please sign in to comment.