Skip to content

Commit

Permalink
Update tests.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Sep 13, 2024
1 parent f20664e commit 410d354
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/unsync/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@ use super::*;
const MB: u32 = 1024 * 1024;

common_unittests!(unsync::OrderWal);

#[test]
fn test_last_inmemory1() {
last(&mut OrderWal::new(Builder::new().with_capacity(MB)).unwrap());
}

0 comments on commit 410d354

Please sign in to comment.