Skip to content

Commit fb27aa8

Browse files
authored
Merge branch 'main' into suckless
2 parents 7d19c1b + dbaee34 commit fb27aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def add_message(type, file, line_number, message)
268268
client.messages << "::#{type} file=#{file},line=#{line_number}::#{message}"
269269
end
270270

271-
MiniTest.after_run do
271+
Minitest.after_run do
272272
warn "Repo checks were rate limited during this CI run" if NewOctokit.repos_skipped?
273273
warn "User checks were rate limited during this CI run" if NewOctokit.users_skipped?
274274
warn "Repo api was called #{NewOctokit.repo_request_count} times!"

0 commit comments

Comments
 (0)