mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-20 16:57:36 +03:00
Change NodeProviderInterface::getNode() to return Hexadecimal
This commit is contained in:
@@ -18,7 +18,7 @@ class StaticNodeProviderTest extends TestCase
|
||||
{
|
||||
$staticNode = new StaticNodeProvider($node);
|
||||
|
||||
$this->assertSame($expectedNode, $staticNode->getNode());
|
||||
$this->assertSame($expectedNode, $staticNode->getNode()->toString());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user