Skip to content

Commit 5494a27

Browse files
committed
update tests
1 parent 23c7266 commit 5494a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forc-plugins/forc-client/tests/deploy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ async fn deployed_predicate_call() {
11231123

11241124
// Check predicate balance again.
11251125
let balance = predicate.get_asset_balance(base_asset_id).await.unwrap();
1126-
assert_eq!(balance, 1700);
1126+
assert_eq!(balance, 828);
11271127

11281128
node.kill().unwrap();
11291129
}

0 commit comments

Comments
 (0)