diff options
Diffstat (limited to 'tests/db_integration.rs')
-rw-r--r-- | tests/db_integration.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/db_integration.rs b/tests/db_integration.rs index 82cfe0f..f580595 100644 --- a/tests/db_integration.rs +++ b/tests/db_integration.rs | |||
@@ -3,5 +3,4 @@ mod db; | |||
3 | #[test] | 3 | #[test] |
4 | fn test_add() { | 4 | fn test_add() { |
5 | db::setup(); | 5 | db::setup(); |
6 | assert!(true); | ||
7 | } | 6 | } |