refactored repo file to fit refactored auth
This commit is contained in:
5
tests/test.rs
Normal file
5
tests/test.rs
Normal file
@ -0,0 +1,5 @@
|
||||
#[test]
|
||||
fn test_add() {
|
||||
let x = 2 + 2;
|
||||
assert_eq!(x, 4);
|
||||
}
|
Reference in New Issue
Block a user