fix typo in test: use %s for strings
This commit is contained in:
parent
ff783faf53
commit
d0dfff8292
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue