We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1868ebe commit 80ad867Copy full SHA for 80ad867
tests/Integration/BoxErrorTest.php
@@ -64,7 +64,7 @@ public function testExceptionWithErrorIsThrown() : void
64
'access_type' => 'Write',
65
'user' => 'user_with_no_privileges',
66
];
67
- if ($this->tarantoolVersionSatisfies('<= 3.0')) {
+ if ($this->tarantoolVersionSatisfies('< 3.1')) {
68
unset($expectedFields['user']);
69
}
70
self::assertEquals($expectedFields, $error->getFields());
0 commit comments