Skip to content

Commit

Permalink
fix: clippy in ft tests (stellar#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal authored Apr 2, 2024
1 parent a0a743a commit 44b0f36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ fn create_token<'a>(e: &Env, admin: &Address) -> TokenClient<'a> {
token
}

#[allow(clippy::too_many_lines)]
#[test]
fn test() {
let e = Env::default();
Expand Down

0 comments on commit 44b0f36

Please sign in to comment.