diff --git a/v3/common/value_encoder_test.go b/v3/common/value_encoder_test.go index 8f3d663..764920f 100644 --- a/v3/common/value_encoder_test.go +++ b/v3/common/value_encoder_test.go @@ -535,7 +535,7 @@ func TestValueEncoder_Encode__Float(t *testing.T) { } -func TestValueEncoder_Encode__Doubles(t *testing.T) { +func TestValueEncoder_Encode__Double(t *testing.T) { byteOrder := TestDefaultByteOrder ve := NewValueEncoder(byteOrder)