Skip to content

Commit f7f5a9a

Browse files
committed
Fix typo.
1 parent 66bceb8 commit f7f5a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ function testErrorHandlerCapturesUncaughtException()
879879
$oldErrorHandler = $this->loop->setErrorHandler(function(\Exception $error) use (&$msg) {
880880
$msg = $error->getMessage();
881881
});
882-
$this->assertEquals($d, $oldErrorHandler);
882+
$this->assertEquals($f, $oldErrorHandler);
883883
$this->start(function(Driver $loop) {
884884
$loop->defer(function() {
885885
throw new \Exception("loop error");

0 commit comments

Comments
 (0)