Skip to content

Commit 55d9fa3

Browse files
committed
test: Fix debug log test
1 parent 4b217c8 commit 55d9fa3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/Integration/Neo4jLoggerTest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,11 @@ static function (string $message, array $context) use (&$infoLogs) {
8383
[
8484
'RUN',
8585
[
86-
'mode' => 'w',
86+
'text' => 'RETURN 1 as test',
87+
'parameters' => [],
88+
'extra' => [
89+
'mode' => 'w',
90+
],
8791
],
8892
],
8993
[

0 commit comments

Comments
 (0)