mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-12-23 16:50:18 +01:00
Made go vet happy on test of base tile hashing.
This commit is contained in:
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user