We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7adf9 commit df87764Copy full SHA for df87764
tests/e2e/Adapter/Scopes/DocumentTests.php
@@ -445,7 +445,7 @@ public function testUpsertDocuments(): void
445
foreach ($results as $index => $document) {
446
$createdAt[$index] = $document->getCreatedAt();
447
$this->assertNotEmpty(true, $document->getId());
448
- $this->assertEmpty(true, $document->getSequence());
+ $this->assertNotEmpty(true, $document->getSequence());
449
$this->assertIsString($document->getAttribute('string'));
450
$this->assertEquals('text📝', $document->getAttribute('string')); // Also makes sure an emoji is working
451
$this->assertIsInt($document->getAttribute('integer'));
0 commit comments