Skip to content

Commit

Permalink
fix test_validations
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailM committed Jun 17, 2015
1 parent 1143fb7 commit 7929140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_validations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Validate
# doesn't produce the output and returns the output instance
def validate_without_output(prediction, hits, current_idx)
hits = remove_identical_hits(prediction, hits)
vals = create_validation_tests(prediction, hits, current_idx)
vals = create_validation_tests(prediction, hits)
check_validations(vals)
vals.each(&:run)
@run_output = Output.new(current_idx, hits.length, prediction.definition)
Expand Down

0 comments on commit 7929140

Please sign in to comment.