ffs just make it work
cargo devel CI / cargo CI (push) Successful in 2m40s Details

This commit is contained in:
Christoph J. Scherr 2024-06-25 12:01:21 +02:00
parent 24840ea1b1
commit 8bbfeced62
1 changed files with 1 additions and 3 deletions

View File

@ -128,11 +128,9 @@ impl FromStr for Token {
}
mod test {
use super::*;
use crate::Client;
#[test]
fn test_new_dbg() {
let c = Client::new_debug();
let c = super::Client::new_debug();
assert_eq!(c.token.to_string(), "mytok");
assert_eq!(c.id.to_string(), "myid");
}