1
0
mirror of https://github.com/dsoprea/go-exif.git synced 2025-04-27 13:12:39 +00:00

value_encoder_test.go: Tweak test name for correctness

This commit is contained in:
Dustin Oprea 2020-12-09 01:44:58 -05:00 committed by WendelHime
parent df473ea6dd
commit 9c929cc46f

@ -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 byteOrder := TestDefaultByteOrder
ve := NewValueEncoder(byteOrder) ve := NewValueEncoder(byteOrder)