Explorar el Código

Typo fix.

master
Ben Kurtovic hace 8 años
padre
commit
b40bae5728
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      lib/kgrader/submission.rb

+ 1
- 1
lib/kgrader/submission.rb Ver fichero

@@ -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 }


Cargando…
Cancelar
Guardar