mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-14 12:13:12 -06:00
Add test stub
This commit is contained in:
@@ -72,3 +72,11 @@ async fn main() {
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
mod tests {
|
||||||
|
#[test]
|
||||||
|
fn test_nothing() {
|
||||||
|
assert_eq!(1, 1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user