Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Dec 12, 2023
1 parent 30455c4 commit af7dd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongo/mongo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func TestEnsureID_NilObjectID(t *testing.T) {

assert.True(t, ok)
assert.NotEqual(t, primitive.NilObjectID, gotID)

want := bsoncore.NewDocumentBuilder().
AppendObjectID("_id", gotID).
AppendString("foo", "bar").
Expand Down

0 comments on commit af7dd71

Please sign in to comment.