Skip to content

Commit

Permalink
move tests to tests module
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Oct 29, 2024
1 parent 43f5813 commit 1dbb431
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
use anyhow::Result;
use tokio::sync::Mutex;

pub(crate) mod account_events;
pub(crate) mod chatlist_events;
mod payload;

Expand Down
1 change: 1 addition & 0 deletions src/tests.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
mod account_events;
mod aeap;
mod verified_chats;
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ mod test {
let context = test_context.clone();
let configure_handle =
tokio::spawn(async move { test_context.configure_addr("[email protected]").await });

// TODO online test - real configuration - otherwise we won't reproduce the race.

assert!(!context.is_configured().await?);
Expand Down

0 comments on commit 1dbb431

Please sign in to comment.