fix stupid test module import
cargo devel CI / cargo CI (push) Failing after 1m45s Details

This commit is contained in:
Christoph J. Scherr 2024-06-25 11:18:49 +02:00
parent 99eccc48f8
commit d5a4a5b681
1 changed files with 1 additions and 0 deletions

View File

@ -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();