Skip to content

Commit

Permalink
remove hardcoded name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mia von Steinkirch committed Aug 15, 2019
1 parent 84c16ca commit 3c11ae9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test("get primaryShop, no auth necessary", async () => {
const result = await primaryShopQuery();
expect(result).toEqual({
primaryShop: {
name: "Test Shop"
name: "${shopName}"
}
});
});

0 comments on commit 3c11ae9

Please sign in to comment.