Skip to content

Commit

Permalink
Merge 68db109 into e6304c0
Browse files Browse the repository at this point in the history
  • Loading branch information
deguif committed Oct 28, 2020
2 parents e6304c0 + 68db109 commit deec90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BulkTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ public function testErrorRequest(): void

try {
$bulk->send();
$bulk->fail('3rd document create should produce error');
$this->fail('3rd document create should produce error');
} catch (ResponseException $e) {
$error = $e->getResponseSet()->getFullError();
$this->assertSame('version_conflict_engine_exception', $error['type']);
Expand Down

0 comments on commit deec90b

Please sign in to comment.