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