Skip to content

Commit 9c6ac3e

Browse files
committed
Fix error assumption in test with interpolated vars
1 parent 53d2c82 commit 9c6ac3e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

spec/lib/results_validators/scrambles_validator_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
expected_errors = [
100100
RV::ValidationError.new(SV::WRONG_NUMBER_OF_SCRAMBLE_SETS_ERROR,
101101
:scrambles, competition1.id,
102-
round_id: "333oh-f"),
102+
round_id: "333oh-f",
103+
actual: 3, expected: 2),
103104
]
104105

105106
validator_args.each do |arg|

0 commit comments

Comments
 (0)