summaryrefslogtreecommitdiff
path: root/tests/db
diff options
context:
space:
mode:
Diffstat (limited to 'tests/db')
-rw-r--r--tests/db/mod.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/db/mod.rs b/tests/db/mod.rs
index b5aed75..50e6887 100644
--- a/tests/db/mod.rs
+++ b/tests/db/mod.rs
@@ -1,5 +1,3 @@
1use std::fs::File;
2
3pub fn setup() { 1pub fn setup() {
4 File::create("./setuptests").unwrap(); 2 //File::create("./setuptests").unwrap();
5} 3}