From 15a365cc46c849cab73ea880e5f1f68932f79c04 Mon Sep 17 00:00:00 2001 From: Ricky Raup Date: Wed, 17 Apr 2024 12:03:10 -0400 Subject: [PATCH] ppp --- server/src/routes/__tests__/admin.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/routes/__tests__/admin.test.ts b/server/src/routes/__tests__/admin.test.ts index 31f0e506..09cb06a6 100644 --- a/server/src/routes/__tests__/admin.test.ts +++ b/server/src/routes/__tests__/admin.test.ts @@ -219,6 +219,7 @@ describe('testing admin routes', () => { // expect(newAdmin).toBeTruthy(); expect(newAdmin!.admin).toBeTruthy(); */ + // bro }); it('admin promoting non-existant user throws error', async () => {