summaryrefslogtreecommitdiff
path: root/dichroism/tests
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-10-05 22:05:58 -0400
committerAdam T. Carpenter <atc@53hor.net>2020-10-05 22:05:58 -0400
commit743ae22168b1fcdf2e1e54bcadbb1bb3fce3370d (patch)
tree3d393ff1ffd06d1bf470430b2316f46000794806 /dichroism/tests
parentf8bf353073220ce329d8eb347e3574d5793b6d26 (diff)
downloadtheglassyladies-743ae22168b1fcdf2e1e54bcadbb1bb3fce3370d.tar.xz
theglassyladies-743ae22168b1fcdf2e1e54bcadbb1bb3fce3370d.zip
started work on schema, models, and repos
Diffstat (limited to 'dichroism/tests')
-rw-r--r--dichroism/tests/integration_tests.rs5
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);
}