Skip to content

Commit

Permalink
tests: Fix session tests (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjchambers authored Nov 1, 2023
1 parent 0ad4680 commit 316a443
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion crates/sparrow-session/src/partitioned.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mod session;
pub use session::*;

#[cfg(tests)]
#[cfg(test)]
mod tests;
1 change: 0 additions & 1 deletion crates/sparrow-session/src/partitioned/partitioned.rs

This file was deleted.

2 changes: 0 additions & 2 deletions crates/sparrow-session/src/tests.rs

This file was deleted.

0 comments on commit 316a443

Please sign in to comment.