Skip to content

Commit 18c2191

Browse files
committed
Fix another failing test
1 parent a669fe6 commit 18c2191

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/spec/SchemaTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ public function testDiscriminator()
172172

173173
$result = $schema->validate();
174174
$this->assertEquals([
175+
'Invalid field: "map"',
175176
'Discriminator is missing required property: propertyName'
176177
], $schema->getErrors());
177178
$this->assertFalse($result);

0 commit comments

Comments
 (0)