diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-10-03 20:13:46 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-10-03 20:13:46 -0400 |
commit | 58c6bd29b2efd14d7ae386124adf0750e6179370 (patch) | |
tree | 1b5b11cf9e4320440d5c28a76d304fd1eda369a0 /dichroism/tests | |
parent | b08cfe37a28e7c84f754b4b75be9e2c1cec4ab22 (diff) | |
download | theglassyladies-58c6bd29b2efd14d7ae386124adf0750e6179370.tar.xz theglassyladies-58c6bd29b2efd14d7ae386124adf0750e6179370.zip |
added test for converting image uri to files, updated debug script
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); +} |