Skip to content

Commit

Permalink
fix qb spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kdoh committed Sep 12, 2017
1 parent 63695c9 commit 955782b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/test/query_builder/actions.integ.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe("QueryBuilder", () => {
});

it("results in the correct card object in redux state", async () => {
expect(dirtyQuestion.card()).toMatchObject(getCard(store.getState()))
expect(dirtyQuestion.card()).toMatchObject(_.omit(getCard(store.getState()), "canXray", "xrayCost"))
})

it("results in the correct original_card object in redux state", async () => {
Expand Down

0 comments on commit 955782b

Please sign in to comment.