refactored repo file to fit refactored auth

This commit is contained in:
2021-12-18 15:07:46 -05:00
parent c2b6db25f7
commit cef93da327
5 changed files with 173 additions and 192 deletions

5
tests/test.rs Normal file
View File

@ -0,0 +1,5 @@
#[test]
fn test_add() {
let x = 2 + 2;
assert_eq!(x, 4);
}