Merge pull request #2214 from hexlet-codebattle/add-user-lang #1523
Annotations
2 errors and 1 warning
|
build
Process completed with exit code 2.
|
|
build
test GenServer behavior handle_info/2 with :run_upcoming processes tournaments and schedules next run (Codebattle.Tournament.UpcomingRunnerTest)
|
|
build
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|