File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ func TestCSOTProse(t *testing.T) {
110
110
}
111
111
112
112
// Assert that Ping fails within 150ms due to server selection timeout.
113
- assert .Eventually (t ,
113
+ assert .Eventually (mt ,
114
114
callback ,
115
115
150 * time .Millisecond ,
116
116
time .Millisecond ,
@@ -130,7 +130,7 @@ func TestCSOTProse(t *testing.T) {
130
130
}
131
131
132
132
// Assert that Ping fails within 150ms due to timeout.
133
- assert .Eventually (t ,
133
+ assert .Eventually (mt ,
134
134
callback ,
135
135
150 * time .Millisecond ,
136
136
time .Millisecond ,
@@ -150,7 +150,7 @@ func TestCSOTProse(t *testing.T) {
150
150
}
151
151
152
152
// Assert that Ping fails within 150ms due to server selection timeout.
153
- assert .Eventually (t ,
153
+ assert .Eventually (mt ,
154
154
callback ,
155
155
150 * time .Millisecond ,
156
156
time .Millisecond ,
@@ -170,7 +170,7 @@ func TestCSOTProse(t *testing.T) {
170
170
}
171
171
172
172
// Assert that Ping fails within 150ms due to server selection timeout.
173
- assert .Eventually (t ,
173
+ assert .Eventually (mt ,
174
174
callback ,
175
175
150 * time .Millisecond ,
176
176
time .Millisecond ,
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ func TestSDAMProse(t *testing.T) {
143
143
// The next update will be in ~500ms.
144
144
return false
145
145
}
146
- assert .Eventually (t ,
146
+ assert .Eventually (mt ,
147
147
callback ,
148
148
defaultCallbackTimeout ,
149
149
500 * time .Millisecond ,
You can’t perform that action at this time.
0 commit comments