Skip to content

Commit

Permalink
Fix PHPStan error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Dec 11, 2023
1 parent 281656e commit daead02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/DataCollector/MongoDbDataCollectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function test_construction_logger(): void
$logEvent = new Query();
$logEvent->setData(
[
'data' => new BSONDocument(['test']),
'data' => new BSONDocument(['test' => 'test']),
'date' => $this->getUtcDateTime(),
]
);
Expand Down

0 comments on commit daead02

Please sign in to comment.