Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing test after PR #72 #92

Merged
merged 1 commit into from
Nov 9, 2022
Merged

Conversation

kristapsPelna
Copy link
Contributor

@kristapsPelna kristapsPelna commented Nov 9, 2022

PR #72 broke a test where

priceGranularity: { buckets: [{ max: 3, increment: 4 }] }

Was left as expectToPass: false while in reality it should have been changed to valid or preferably removed since the value is identical to the use case directly above it.

PR KijijiCA#72 (KijijiCA#72) broke a test where
```
priceGranularity: { buckets: [{ max: 3, increment: 4 }] }
```
Was left as `expectToPass: false` while in reality it should have been changed to valid or preferably removed since the value is identical to the use case directly above it.
@jdw1996 jdw1996 merged commit 9000645 into KijijiCA:master Nov 9, 2022
@jdw1996
Copy link
Contributor

jdw1996 commented Nov 9, 2022

Thanks @kristapsPelna !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants