-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Sui unittests #5246
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
base: main
Are you sure you want to change the base?
Sui unittests #5246
Conversation
Signed-off-by: kaancaglan <[email protected]>
Signed-off-by: kaancaglan <[email protected]>
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
💡 Enable Vercel Agent with $100 free credit for automated AI reviews |
Signed-off-by: kaancaglan <[email protected]>
Signed-off-by: kaancaglan <[email protected]>
Signed-off-by: kaancaglan <[email protected]>
Signed-off-by: kaancaglan <[email protected]>
return (vector::empty(), 0) | ||
}; | ||
|
||
vault.solve<T>( |
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.
if the test_mode
is only needed in here, can't we make vault::solve
work? iirc, it only requires a minimal setup where the fungible counterparty must be set and that's it.
Signed-off-by: kaancaglan <[email protected]>
No description provided.