Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit b7a3fc6

Browse files
authored
token-2022: Fix (rarely) flakey test by changing tx (#3015)
1 parent 2292dc2 commit b7a3fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/program-2022-test/tests/delegate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ async fn run_basic(
151151

152152
// now fails
153153
let error = token
154-
.transfer_checked(&alice_account, &bob_account, &bob, 1, decimals)
154+
.transfer_checked(&alice_account, &bob_account, &bob, 2, decimals)
155155
.await
156156
.unwrap_err();
157157
assert_eq!(

0 commit comments

Comments
 (0)