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

chore: tests for Lazy and moving out of unstable #1268

Merged
merged 19 commits into from
Dec 5, 2024
Prev Previous commit
Next Next commit
fix
  • Loading branch information
ruseinov committed Dec 4, 2024
commit dc2b3d981b47dea9a2ba2d2d12fe8f02075f619a
2 changes: 1 addition & 1 deletion near-sdk/tests/store_performance_tests.rs
Original file line number Diff line number Diff line change
@@ -459,7 +459,7 @@ async fn test_lazy() -> anyhow::Result<()> {

let res = account
.call(&contract_id, "flush")
.args_json((2500000,))
.args_json((2350000,))
.max_gas()
.transact()
.await?
Loading