From b8950930d7a1df2322bf8cfc244180804166e7b5 Mon Sep 17 00:00:00 2001 From: kodumbeats Date: Fri, 11 Jun 2021 14:47:23 -0400 Subject: [PATCH] Fix missing bracket --- tests/e2e/Services/Database/DatabaseCustomServerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/Services/Database/DatabaseCustomServerTest.php b/tests/e2e/Services/Database/DatabaseCustomServerTest.php index 8cd7a248b..607b31ba1 100644 --- a/tests/e2e/Services/Database/DatabaseCustomServerTest.php +++ b/tests/e2e/Services/Database/DatabaseCustomServerTest.php @@ -120,3 +120,4 @@ class DatabaseCustomServerTest extends Scope $this->assertEquals($response['headers']['status-code'], 404); } +} \ No newline at end of file