diff --git a/tests/Integration/BoxErrorTest.php b/tests/Integration/BoxErrorTest.php index 5fe3675..425197f 100644 --- a/tests/Integration/BoxErrorTest.php +++ b/tests/Integration/BoxErrorTest.php @@ -64,7 +64,7 @@ public function testExceptionWithErrorIsThrown() : void 'access_type' => 'Write', 'user' => 'user_with_no_privileges', ]; - if ($this->tarantoolVersionSatisfies('<= 3.0')) { + if ($this->tarantoolVersionSatisfies('< 3.1')) { unset($expectedFields['user']); } self::assertEquals($expectedFields, $error->getFields());