aboutsummaryrefslogtreecommitdiff
path: root/lockchain-crypto/src
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-05-06 21:10:39 +0200
committerKatharina Fey <kookie@spacekookie.de>2018-05-06 21:10:39 +0200
commit74e30085dd30b430c3b60c4c8ab493ce83872e63 (patch)
tree5a04d77934b2857dfc69eb25adf0d99c4194c217 /lockchain-crypto/src
parent3488a2ed44d751fbbb84a588bd2b1f1f7b8f58ca (diff)
More refactoring across the sky
Diffstat (limited to 'lockchain-crypto/src')
-rw-r--r--lockchain-crypto/src/lib.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/lockchain-crypto/src/lib.rs b/lockchain-crypto/src/lib.rs
new file mode 100644
index 0000000..31e1bb2
--- /dev/null
+++ b/lockchain-crypto/src/lib.rs
@@ -0,0 +1,7 @@
+#[cfg(test)]
+mod tests {
+ #[test]
+ fn it_works() {
+ assert_eq!(2 + 2, 4);
+ }
+}