Skip to content

Commit

Permalink
chore: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyaasir committed Jan 29, 2024
1 parent d22b9e2 commit 4e2065a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mpesa-rust/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ mod c2b_register_test;
mod c2b_simulate_test;

mod dynamic_qr_tests;
mod helpers;
#[cfg(test)]
mod express;
mod helpers;
#[cfg(test)]
mod transaction_reversal_test;
#[cfg(test)]
Expand Down

0 comments on commit 4e2065a

Please sign in to comment.