Skip to content

Commit 5fb39b6

Browse files
abnegateclaude
andcommitted
fix: update unit test for non-primary VAR_ID validation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f5a989f commit 5fb39b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Validator/StructureTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ public function testId(): void
773773
'id' => $sqlId,
774774
])));
775775

776-
$this->assertEquals(false, $validator->isValid(new Document([
776+
$this->assertEquals(true, $validator->isValid(new Document([
777777
'$collection' => ID::custom('posts'),
778778
'title' => 'My Title',
779779
'description' => null,

0 commit comments

Comments
 (0)