0
0

fix go vet

This commit is contained in:
Marty Schoch 2014-08-02 19:17:53 -04:00
parent 6d6819ed50
commit 65b2faeaa2

View File

@ -52,7 +52,7 @@ func TestSortabledFloat64ToInt64(t *testing.T) {
convertedBack := Int64ToFloat64(actual)
// assert that we got back what we started with
if convertedBack != test.input {
t.Errorf("expected %d, got %d", test.input, convertedBack)
t.Errorf("expected %f, got %f", test.input, convertedBack)
}
}
}