From 4e9da21b496e6bb59f912ed784bb13bf7dbfefa9 Mon Sep 17 00:00:00 2001 From: Josh Carver Date: Thu, 23 Jul 2020 07:53:05 -0700 Subject: [PATCH] fix test name --- src/test/dynamo/Beyonce.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/dynamo/Beyonce.test.ts b/src/test/dynamo/Beyonce.test.ts index aa4c359..426f502 100644 --- a/src/test/dynamo/Beyonce.test.ts +++ b/src/test/dynamo/Beyonce.test.ts @@ -275,7 +275,7 @@ describe("Beyonce", () => { await testGSIByModel(jayZ) }) - it("should inverted index GSI by name with jayZ", async () => { + it("should query inverted index GSI by name with jayZ", async () => { const jayZ = await createJayZ() await testInvertedIndexGSI(jayZ) })