Skip to content

Commit 37bb65f

Browse files
committed
formatting
1 parent d1bc31f commit 37bb65f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/IndexTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public function empty_document_to_model()
5555
$customer = Customer::first();
5656
$document = $customer->toElasticaDocument($this->customerIndex);
5757
$document->setId(null);
58+
5859
$this->expectException(RuntimeException::class);
5960
$this->customerIndex->getModelInstance($document);
6061
}

0 commit comments

Comments
 (0)