1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00

Fix missing bracket

This commit is contained in:
kodumbeats 2021-06-11 14:47:23 -04:00
parent 4f90d89def
commit b8950930d7

View file

@ -120,3 +120,4 @@ class DatabaseCustomServerTest extends Scope
$this->assertEquals($response['headers']['status-code'], 404);
}
}