From 723931590b3c465ac36abc8e742c676c2045949f Mon Sep 17 00:00:00 2001 From: Kevin Nowaczyk Date: Thu, 16 May 2024 07:29:07 -0400 Subject: [PATCH] Update building.test.js --- test/building.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/building.test.js b/test/building.test.js index d446b62..6a3e60d 100644 --- a/test/building.test.js +++ b/test/building.test.js @@ -38,7 +38,7 @@ beforeEach(() => { fetch.resetMocks(); }); -test('Test Factory', await() => { +test('Test Factory', async() => { fetch.mockResponseOnce(data); const shape = await Building.create("relation", '4');