Skip to content
Snippets Groups Projects
Commit 872b192c authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #13998 TIME 0:05 fix TU

parent 4ba3404f
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,6 @@ class RegisteredNumberRangeControllerTest extends TestCase
$this->assertSame(self::$siteId, $responseBody['range']['siteId']);
$this->assertSame($GLOBALS['id'], $responseBody['range']['creator']);
$this->assertNull($responseBody['range']['currentNumber']);
$this->assertIsArray($responseBody['range']['entities']);
$this->assertSame(0, $responseBody['range']['fullness']);
$GLOBALS['login'] = 'bbain';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment