mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Use assertSame instead of assertEquals.
This commit is contained in:
@@ -50,7 +50,7 @@ class FallbackNodeProviderTest extends TestCase
|
||||
));
|
||||
$node = $provider->getNode();
|
||||
|
||||
$this->assertEquals('57764a07f756', $node);
|
||||
$this->assertSame('57764a07f756', $node->toString());
|
||||
}
|
||||
|
||||
public function testGetNodeThrowsExceptionWhenNoNodesFound(): void
|
||||
|
||||
Reference in New Issue
Block a user