We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749db15 commit 45d2e86Copy full SHA for 45d2e86
test/instrumentation/mongo_v2_test.rb
@@ -142,7 +142,7 @@
142
traces = get_all_traces
143
traces.count.must_equal 4
144
145
- r.must_be_instance_of Mongo::Operation::Write::Insert::Result
+ r.must_be_instance_of Mongo::Operation::Insert::Result
146
if Mongo::VERSION < '2.2'
147
r.successful?.must_equal true
148
else
@@ -172,7 +172,7 @@
172
173
174
if Mongo::VERSION < '2.1'
175
176
177
r.must_be_instance_of Mongo::BulkWrite::Result
178
r.inserted_count.must_equal 2
0 commit comments