Skip to content

Commit a0b79b0

Browse files
committed
fix(clippy): remove duplicate #![cfg(test)] from api and credit test files
1 parent 9bb60ee commit a0b79b0

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

contracts/api/src/test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![cfg(test)]
21
use soroban_sdk::{testutils::Address as _, testutils::Ledger as _, Address, Bytes, BytesN, Env};
32
use subtrackr_types::{ApiKeyConfig, ApiKeyStatus, RateLimitConfig, TimeRange, UsageTier};
43

contracts/credit/src/test.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![cfg(test)]
2-
31
use super::*;
42
use soroban_sdk::{testutils::Address as _, testutils::Ledger as _, Address, Env, String};
53

0 commit comments

Comments
 (0)