Skip to content

Commit 398c204

Browse files
committed
space housekeep fix
1 parent 409e165 commit 398c204

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
@@ -82,7 +82,7 @@ public function testSpaces()
8282
$mapper = $this->createMapper();
8383

8484
foreach ($mapper->find('_vspace') as $space) {
85-
if ($space['id'] > 512) {
85+
if ($space['id'] >= 512) {
8686
$mapper->getSpace($space['id'])->drop();
8787
}
8888
}

0 commit comments

Comments
 (0)