Skip to content

Commit 760e953

Browse files
committed
Update class reference
1 parent 01b1c62 commit 760e953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function testClientSuccess()
2929
$loop->run();
3030
}
3131

32-
$this->assertInstanceOf('Datagram\Client', $capturedClient);
32+
$this->assertInstanceOf('Datagram\Socket', $capturedClient);
3333

3434
$capturedClient->close();
3535
}

0 commit comments

Comments
 (0)