Selaa lähdekoodia

Typo fix.

master
Ben Kurtovic 8 vuotta sitten
vanhempi
commit
b40bae5728
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      lib/kgrader/submission.rb

+ 1
- 1
lib/kgrader/submission.rb Näytä tiedosto

@@ -194,7 +194,7 @@ module KGrader
end

def run_test(test)
return if test[:score] == text[:max] # Can't superscore the max score
return if test[:score] == test[:max] # Can't superscore the max score

test[:depends].each do |depname|
dep = @tests.find { |t| t[:name] == depname }


Ladataan…
Peruuta
Tallenna