Skip to content

Commit

Permalink
allow dead code on tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Jul 24, 2024
1 parent 2e2fef2 commit 28ee579
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clients/runtime/src/tests.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#![cfg(test)]
#![allow(dead_code)]
#![allow(unused_imports)]

use sp_keyring::AccountKeyring;

Expand Down

0 comments on commit 28ee579

Please sign in to comment.