Skip to content

Commit c57395e

Browse files
committed
fixed typo in test
1 parent 547d940 commit c57395e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/ParameterHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,6 @@ public function testDateTime5(): void
169169
{
170170
$date = ParameterHelper::asParameter(new DateTime('now', new DateTimeZone('Europe/Brussels')), ConnectionProtocol::BOLT_V5());
171171

172-
self::assertInstanceOf(\Bolt\protocol\v5\structures\DateTime::class, $date);
172+
self::assertInstanceOf(\Bolt\protocol\v5\structures\DateTimeZoneId::class, $date);
173173
}
174174
}

0 commit comments

Comments
 (0)