Skip to content

Commit 033ee6b

Browse files
committed
fix tests hopefully
1 parent 039cdaa commit 033ee6b

File tree

1 file changed

+1
-1
lines changed
  • framework/example_programs/counter/src

1 file changed

+1
-1
lines changed

framework/example_programs/counter/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ pub struct CloseCounterAccounts<'info> {
187187
pub signer: Signer<SystemAccount<'info>>,
188188
#[account_set(recipient)]
189189
pub funds_to: Writable<SystemAccount<'info>>,
190-
#[cleanup(arg = NormalizeRentAuto)]
190+
#[cleanup(arg = CloseAccountAuto)]
191191
pub counter: Writable<DataAccount<'info, CounterAccount>>,
192192
}
193193

0 commit comments

Comments
 (0)