value_encoder_test.go: Tweak test name for correctness

pull/52/head
Dustin Oprea 2020-12-09 01:44:58 -05:00
parent 325de3c5bb
commit fe4ea0ee06
1 changed files with 1 additions and 1 deletions

View File

@ -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)