Skip to content

Commit

Permalink
Remove debug: false
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Nov 24, 2022
1 parent 250c0fe commit 09cad80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/cli/src/commands/login.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ fn test_login_2() {
let login = Login {
registry: "wapm.dev".to_string(),
token: None,
debug: false,
};

assert_eq!(
Expand All @@ -78,7 +77,6 @@ fn test_login_2() {
let login = Login {
registry: "wapm.dev".to_string(),
token: Some("abc".to_string()),
debug: false,
};

assert_eq!(login.get_token_or_ask_user().unwrap(), "abc");
Expand Down

0 comments on commit 09cad80

Please sign in to comment.