mirror of
https://github.com/onyx-and-iris/aoc2024.git
synced 2025-01-07 14:10:49 +00:00
fix test message
This commit is contained in:
parent
4bed4a8563
commit
31effc9d8e
@ -6,7 +6,7 @@ func TestRandomiserMix(t *testing.T) {
|
||||
r := New(42)
|
||||
r.mix(15)
|
||||
if r.secret != 37 {
|
||||
t.Errorf("r.secret: got = %d want = 3", r.secret)
|
||||
t.Errorf("r.secret: got = %d want = 37", r.secret)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user