diff options
Diffstat (limited to 'dichroism/tests')
-rw-r--r-- | dichroism/tests/integration_tests.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dichroism/tests/integration_tests.rs b/dichroism/tests/integration_tests.rs new file mode 100644 index 0000000..3989260 --- /dev/null +++ b/dichroism/tests/integration_tests.rs @@ -0,0 +1,4 @@ +#[test] +fn test_add_two() { + assert_eq!(4, 2 + 2); +} |