Skip to content

Commit fdf1fe8

Browse files
Firetawnyowlnekufa
authored andcommitted
wrong row delete undo
1 parent 6d18ba9 commit fdf1fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MapperTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public function testFindOrCreateRow()
233233
$this->assertTrue($result[0][0] == 2);
234234
$this->assertSame($secondRow->id, $result[0][0]);
235235
$this->assertEquals($secondRow, $findRow);
236-
236+
$tester->drop();
237237
}
238238

239239
public function testLua()

0 commit comments

Comments
 (0)