Skip to content

Commit

Permalink
test namespace creation on dirty instance
Browse files Browse the repository at this point in the history
  • Loading branch information
MarinPostma authored and ashleygwilliams committed Nov 17, 2023
1 parent 1deff60 commit 84ee1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsql-server/tests/standalone/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use libsql::{Database, Value};
use tempfile::tempdir;
use tokio::sync::Notify;

use libsql-server::config::{AdminApiConfig, UserApiConfig};
use libsql_server::config::{AdminApiConfig, UserApiConfig};

use common::net::{init_tracing, TestServer, TurmoilConnector};

Expand Down

0 comments on commit 84ee1e8

Please sign in to comment.