1
0
mirror of https://bitbucket.org/s_l_teichmann/mtsatellite synced 2025-04-01 18:00:27 +02:00

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

@ -54,7 +54,7 @@ func TestBaseTileHash(t *testing.T) {
if k != v.btKey { if k != v.btKey {
if !already2 { if !already2 {
already2 = true 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) delete(entries, v)