diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-11-02 21:02:59 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-11-02 21:02:59 +0200 |
| commit | 93c9a0cd1a90eb670fb47c0d1b5bc5d2f23a42f9 (patch) | |
| tree | eb099f522cf88fcad75f000608dc1a3d753dbe24 /log_db/tests | |
| parent | 912c32f762ee7585e20fde57c7c5dca1f9b0478d (diff) | |
Rewrite initialize, WIP log readers (now broken)
Diffstat (limited to 'log_db/tests')
| -rw-r--r-- | log_db/tests/integration.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/log_db/tests/integration.rs b/log_db/tests/integration.rs index 7e1aca4..49a7e7b 100644 --- a/log_db/tests/integration.rs +++ b/log_db/tests/integration.rs @@ -34,7 +34,7 @@ enum Field { } #[test] -fn test_initialize() { +fn test_initialize_only() { let data_dir = tmp_dir(); let _db = DB::configure() .data_dir(&data_dir) |
