Skip to content

Commit b10a949

Browse files
Pavel AlexeevPavel Alexeev
Pavel Alexeev
authored and
Pavel Alexeev
committed
php-kafka#33 Fix all auto-tests: SchemaRegistryTest::testLoad Canonicalizing compare
1 parent 23d7a80 commit b10a949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Registry/SchemaRegistryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function testLoad()
4747
self::assertContains($schema->getSchemaId(), $schemaIds);
4848
}
4949

50-
self::assertSame(['Library', 'CD', 'Collection', 'Page'], $registry->getSchemaNamesPerNamespace('com.example'));
50+
self::assertEqualsCanonicalizing(['Library', 'CD', 'Collection', 'Page'], $registry->getSchemaNamesPerNamespace('com.example'));
5151
}
5252

5353
public function testGetRootSchemas()

0 commit comments

Comments
 (0)