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
|
||||
}
|
||||
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)
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue