Skip to content

Commit 74d3595

Browse files
committed
rebase and fix nonces
1 parent 68bc4a6 commit 74d3595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testnet/stacks-node/src/tests/integrations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ fn integration_test_get_info() {
503503
eprintln!("Test: GET {}", path);
504504
let res = client.get(&path).send().unwrap().json::<AccountEntryResponse>().unwrap();
505505
assert_eq!(u128::from_str_radix(&res.balance[2..], 16).unwrap(), 0);
506-
assert_eq!(res.nonce, 3);
506+
assert_eq!(res.nonce, 4);
507507
assert!(res.nonce_proof.is_some());
508508
assert!(res.balance_proof.is_some());
509509

0 commit comments

Comments
 (0)