diff options
Diffstat (limited to 'dichroism/tests/integration_tests.rs')
-rw-r--r-- | dichroism/tests/integration_tests.rs | 5 |
1 files changed, 2 insertions, 3 deletions
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); } |