Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 44f51a7

Browse files
committed
Make test method names unique
1 parent d4d9489 commit 44f51a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/github_pull_requests_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_response_aggregator_failure_status
9595
end
9696

9797

98-
def test_response_aggregator_failure_status
98+
def test_response_aggregator_failure_comment
9999
response = aggregrate_response({ok: true, message: "OK"}, {ok: false, message: "Bad Stuff"})
100100
assert !response[:ok], "Expected invalid response because comment response is invalid"
101101
assert_match /Bad Stuff/, response[:message]

0 commit comments

Comments
 (0)