From 743ae22168b1fcdf2e1e54bcadbb1bb3fce3370d Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 5 Oct 2020 22:05:58 -0400 Subject: started work on schema, models, and repos --- dichroism/tests/integration_tests.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dichroism/tests') diff --git a/dichroism/tests/integration_tests.rs b/dichroism/tests/integration_tests.rs index 3989260..bd2f4fd 100644 --- a/dichroism/tests/integration_tests.rs +++ b/dichroism/tests/integration_tests.rs @@ -1,4 +1,3 @@ -#[test] -fn test_add_two() { - assert_eq!(4, 2 + 2); +fn test() { + assert_eq!(2, 2); } -- cgit v1.2.3