mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-28 08:52:31 +00:00
fix typo in test: use %s for strings
This commit is contained in:
parent
ff783faf53
commit
d0dfff8292
@ -406,7 +406,7 @@ func TestVarStringWire(t *testing.T) {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if val != test.out {
|
if val != test.out {
|
||||||
t.Errorf("readVarString #%d\n got: %d want: %d", i,
|
t.Errorf("readVarString #%d\n got: %s want: %s", i,
|
||||||
val, test.out)
|
val, test.out)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user