Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vara Prasad Bandaru committed Jun 21, 2024
1 parent c026530 commit f0664ac
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions crate/diffs/insecure_account_close.diff
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ diff -r -x Cargo.lock ./insecure-still-still/src/lib.rs ../../../../lints/insecu
>
25d29
<
29c33
28,30c32
< cursor
< .write_all(&anchor_lang::__private::CLOSED_ACCOUNT_DISCRIMINATOR)
< .unwrap();
---
> .write_all(&CLOSED_ACCOUNT_DISCRIMINATOR)
45a50,52
> cursor.write_all(&CLOSED_ACCOUNT_DISCRIMINATOR).unwrap();
45a48,50
>
> #[allow(dead_code)]
> fn main() {}
Expand Down

0 comments on commit f0664ac

Please sign in to comment.