-
Notifications
You must be signed in to change notification settings - Fork 18
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(iota-framework): the test_expiration_time_is_passed
timelock test fix
#4769
fix(iota-framework): the test_expiration_time_is_passed
timelock test fix
#4769
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Deployment failed with the following error:
|
This pull request has been deployed to Vercel. Latest commit: c855f00 |
This pull request has been deployed to Vercel. Latest commit: c855f00 ✅ Preview: https://rebased-explorer-aczl7ux5x-iota1.vercel.app |
This pull request has been deployed to Vercel. Latest commit: c855f00 ✅ Preview: https://wallet-dashboard-f8n6apeqg-iota1.vercel.app |
f950ba9
into
core-protocol/procotol-version-3
Description of change
The test should be fixed to check if the locked value can be unlocked.
This change doesn't affect the framework version or snapshots because tests are not included in the framework bytecode.
Also added the same test to check an object unlocking using the
Clock
.