Skip to content

Commit

Permalink
run rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Nov 7, 2023
1 parent 0a6cb04 commit 2d19791
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libsql-server/tests/standalone/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ fn basic_query_fail() {
sim.run().unwrap();
}


#[test]
fn random_rowid() {
let mut sim = turmoil::Builder::new().build();
Expand All @@ -249,4 +248,4 @@ fn random_rowid() {
});

sim.run().unwrap();
}
}

0 comments on commit 2d19791

Please sign in to comment.