Skip to content

Commit f66c700

Browse files
Firetawnyowlnekufa
authored andcommitted
add assert that sequence is not created
1 parent 0a46ef9 commit f66c700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/MapperTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ public function testCreateRow()
121121
$tester->create($testRow);
122122
$result = $mapper->client->evaluate("return box.space.tester:select()")[0][0];
123123
$this->assertSame(array_values($testRow), array_values($result));
124+
$this->assertNull($mapper->client->evaluate('return box.sequence.tester')[0]);
124125

125126
$tester->drop();
126127

0 commit comments

Comments
 (0)