Skip to content

Commit 79faf05

Browse files
qingyang-hualcaeus
authored andcommitted
update test case
1 parent 7004d7d commit 79faf05

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)