Skip to content

Commit

Permalink
Fix Annotation unit test [MA-156]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiltri committed Mar 1, 2024
1 parent d21d222 commit 104f47a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Feature/AnnotationSerializerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public function test_serialize(): void

$this->assertArrayHasKey('map_annontations', $serialized, 'The key is intentionally misspelled for backwards compatibility');
foreach ($serialized['map_annontations'] as $id => $annotation) {
$this->assertStringContainsString(':', $id);
$this->assertArrayHasKey('title', $annotation);
$this->assertArrayHasKey('status', $annotation);
$this->assertArrayHasKey('nid', $annotation);
Expand Down

0 comments on commit 104f47a

Please sign in to comment.