Skip to content

Commit

Permalink
GODRIVER-3436 Update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Dec 5, 2024
1 parent 101fb6d commit 080bf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bson/unmarshaling_cases_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func unmarshalingTestCases() []unmarshalingTestCase {
data: docToBytes(valNonPtrStruct),
},
{
name: "do not initialize null-literal data for custom type and unmarshaler",
name: "null-literal data for custom type and unmarshaler should not be initialize",
sType: reflect.TypeOf(unmarshalerPtrStruct{}),
want: &unmarshalerPtrStruct{},
data: docWithNullValueBytes("I"),
Expand Down

0 comments on commit 080bf13

Please sign in to comment.