Commit 56e759ff authored by Moody Salem's avatar Moody Salem

fix unit test

parent f73a166d
...@@ -27,7 +27,7 @@ describe('swap reducer', () => { ...@@ -27,7 +27,7 @@ describe('swap reducer', () => {
} as any) } as any)
store.dispatch(updateVersion()) store.dispatch(updateVersion())
expect(store.getState().userDeadline).toEqual(DEFAULT_DEADLINE_FROM_NOW) expect(store.getState().userDeadline).toEqual(DEFAULT_DEADLINE_FROM_NOW)
expect(store.getState().userSlippageTolerance).toEqual(50) expect(store.getState().userSlippageTolerance).toEqual(10)
}) })
}) })
}) })
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment