Skip to content

Commit 72245ed

Browse files
committed
update test case
1 parent bccaed5 commit 72245ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/mongo/driver/xoptions/options_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ func TestSetInternalClientOptions(t *testing.T) {
8484

8585
opts := options.Client()
8686
err := SetInternalClientOptions(opts, "unsupported", "unsupported")
87-
require.EqualError(t, err, "unsupported option: unsupported")
87+
require.EqualError(t, err, "unsupported option: \"unsupported\"")
8888
})
8989
}

0 commit comments

Comments
 (0)