Skip to content

Commit

Permalink
fix: increase expected cost for deploying context contracts in Near
Browse files Browse the repository at this point in the history
  • Loading branch information
xilosada committed Nov 22, 2024
1 parent e6cd59f commit 0cfd6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/context-config/tests/sandbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ async fn test_storage_usage_matches_code_size() -> eyre::Result<()> {
let node1_balance = node1_balance_after;

assert!(
diff < NearToken::from_millinear(10),
diff < NearToken::from_millinear(15),
"Node1 balance should not be reduced by more than 10 milliNEAR, but was reduced by {}",
diff
);
Expand Down

0 comments on commit 0cfd6a0

Please sign in to comment.