Made go vet happy on test of base tile hashing.

This commit is contained in:
Sascha L. Teichmann 2016-05-11 12:01:39 +02:00
parent ef1a2de98e
commit a0d38b7ce6

View File

@ -54,7 +54,7 @@ func TestBaseTileHash(t *testing.T) {
if k != v.btKey {
if !already2 {
already2 = true
t.Error("Key in entry does not match hash key: %d", updates)
t.Errorf("Key in entry does not match hash key: %d", updates)
}
}
delete(entries, v)