From 685b47247aad71468f190c42929ca6f0dce843fa Mon Sep 17 00:00:00 2001 From: Melody Horn / boringcactus Date: Wed, 16 Jun 2021 12:36:47 -0600 Subject: make database backends generic --- tests/tutorial_steps.rs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tests/tutorial_steps.rs') diff --git a/tests/tutorial_steps.rs b/tests/tutorial_steps.rs index 5af6eb5..63c05e8 100644 --- a/tests/tutorial_steps.rs +++ b/tests/tutorial_steps.rs @@ -2,12 +2,7 @@ mod tutorial; use tutorial::*; -#[test] -fn tutorial1() { - step1("tutorial1"); -} - #[test] fn tutorial2() { - step2("tutorial2"); + step2(); } -- cgit v1.2.3