Add Login #4
+4
-7
@@ -1,11 +1,8 @@
|
|||||||
|
|
||||||
|
|
||||||
#[cfg(test)]
|
#[test]
|
||||||
mod tests {
|
fn test_demo() {
|
||||||
#[test]
|
let i = 0;
|
||||||
fn test_demo() {
|
|
||||||
let i = 0;
|
|
||||||
|
|
||||||
assert_eq!(0, i, "Values should match {} {}", 0, 1);
|
assert_eq!(0, i, "Values should match {} {}", 0, 1);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user