Skip to content

Commit 34b1929

Browse files
authored
Merge branch 'main' into patch-1
2 parents 6e94836 + dbaee34 commit 34b1929

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

collections/learn-to-code/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ items:
3333
- gothinkster/realworld
3434
- thedaviddias/Front-End-Checklist
3535
- gustavofreze/kotlin4noobs
36+
- hexlet-basics/hexlet-basics
37+
- hexlet-codebattle/codebattle
38+
- Hexlet/hexletguides.github.io
3639

3740
display_name: Learn to Code
3841
created_by: alysonla

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)