Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarver989 committed Jul 23, 2020
1 parent 52c693f commit 4e9da21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/dynamo/Beyonce.test.ts
Expand Up @@ -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)
})
Expand Down

0 comments on commit 4e9da21

Please sign in to comment.