Skip to content

Commit 2674041

Browse files
committed
GODRIVER-396: Read Preference from connection string should be used(Fix client_internal_test)
1 parent 54a59cd commit 2674041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mongo/client_internal_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,13 +307,13 @@ func TestClient_ReadPreference(t *testing.T) {
307307
t.Skip()
308308
}
309309
var tags = []tag.Set{
310-
tag.Set{
310+
{
311311
tag.Tag{
312312
Name: "one",
313313
Value: "1",
314314
},
315315
},
316-
tag.Set{
316+
{
317317
tag.Tag{
318318
Name: "two",
319319
Value: "2",

0 commit comments

Comments
 (0)