Skip to content

Commit 7a758d4

Browse files
committed
Give the test case a better name
1 parent f76a795 commit 7a758d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bson/encode_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ func reflectionEncoderTest(t *testing.T) {
751751
nil,
752752
},
753753
{
754-
"omitempty",
754+
"omitempty, empty time",
755755
struct {
756756
A time.Time `bson:",omitempty"`
757757
}{

0 commit comments

Comments
 (0)