Skip to content

Commit 52a3f66

Browse files
committed
fix merge of handshake data updates
1 parent 65ed6b7 commit 52a3f66

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test-mongoc-metadata.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,7 @@ test_mongoc_handshake_data_append_after_cmd (void)
228228

229229
client = mongoc_client_pool_pop (pool);
230230

231-
capture_logs (true);
232231
ASSERT (!mongoc_handshake_data_append ("a", "a", "a"));
233-
ASSERT_CAPTURED_LOG ("mongoc_handshake_data_append",
234-
MONGOC_LOG_LEVEL_ERROR,
235-
"Cannot set metadata more than once");
236-
capture_logs (false);
237232

238233
mongoc_client_pool_push (pool, client);
239234

0 commit comments

Comments
 (0)