We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409e165 commit 398c204Copy full SHA for 398c204
tests/MapperTest.php
@@ -82,7 +82,7 @@ public function testSpaces()
82
$mapper = $this->createMapper();
83
84
foreach ($mapper->find('_vspace') as $space) {
85
- if ($space['id'] > 512) {
+ if ($space['id'] >= 512) {
86
$mapper->getSpace($space['id'])->drop();
87
}
88
0 commit comments