Skip to content
Snippets Groups Projects
Unverified Commit 955782b7 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

fix qb spec

parent 63695c99
No related branches found
No related tags found
Loading
......@@ -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 () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment