Skip to content

Commit 6374ad6

Browse files
GromNaNalcaeus
andauthored
Update tests/ConnectionTest.php
Co-authored-by: Andreas Braun <[email protected]>
1 parent 21d8454 commit 6374ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ConnectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public function testQueryLog()
273273
);
274274
self::fail('Expected BulkWriteException');
275275
} catch (BulkWriteException) {
276-
$this->assertCount(6, $logs = DB::getQueryLog());
276+
$this->assertCount(6, DB::getQueryLog());
277277
}
278278
}
279279

0 commit comments

Comments
 (0)