Skip to content

Commit

Permalink
eslint --fix was not saved
Browse files Browse the repository at this point in the history
Signed-off-by: Mia von Steinkirch <[email protected]>
  • Loading branch information
Mia von Steinkirch committed Aug 15, 2019
1 parent 2cdd8c2 commit 5d7b59d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/integration/api/queries/primaryShop/primaryShop.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ afterAll(() => testApp.stop());

test("get primaryShop, no auth necessary", async () => {
const result = await primaryShopQuery();
expect(result).toEqual({
'primaryShop: {
'name': 'Test Shop'
}
});
expect(result).toEqual({
primaryShop: {
name: "Test Shop"
}
});
});

0 comments on commit 5d7b59d

Please sign in to comment.