-
Notifications
You must be signed in to change notification settings - Fork 36
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 issue 208 allow minting after burn #215
fix issue 208 allow minting after burn #215
Conversation
in locked collection
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run and fix integration test:
1) integration test: lock collection
lock collection with minting:
AssertionError: expected +0 to equal 5
+ expected - actual
-0
+5
I merged main into this branch, then went ahead trying to fix the integration test. But it didn't seem to fail for me. I'd be surprised if the merge from main fixed it. Can you double-check the integration test is failing on your end?
|
@bmacer yes integration tests pass now, but unit test fails:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please adjust unit test
@ilionic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @bmacer, LGTM
@HashWarlock please take a look and feel free to merge if all good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
addresses #208