fix stupid test module import
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m45s
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m45s
This commit is contained in:
parent
99eccc48f8
commit
d5a4a5b681
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ impl FromStr for Token {
|
|||
|
||||
mod test {
|
||||
use super::*;
|
||||
use crate::Client;
|
||||
#[test]
|
||||
fn test_new_dbg() {
|
||||
let c = Client::new_debug();
|
||||
|
|
Loading…
Add table
Reference in a new issue