1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Assert row width exception is thrown

This commit is contained in:
kodumbeats 2021-09-01 10:36:01 -04:00
parent be47d16290
commit 624d099bf9

View file

@ -398,8 +398,8 @@ class DatabaseCustomServerTest extends Scope
'required' => true,
]);
// $this->assertEquals(400, $tooWide['headers']['status-code']);
// $this->assertEquals('Attribute limit exceeded', $tooWide['body']['message']);
$this->assertEquals(400, $tooWide['headers']['status-code']);
$this->assertEquals('Attribute limit exceeded', $tooWide['body']['message']);
}
public function testIndexLimitException()