Skip to content

Commit e59192b

Browse files
committed
feat: make select_command async
1 parent a8c5782 commit e59192b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/fig_auth/src/builder_id.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ mod tests {
760760

761761
println!("Credentials were successfully written to {}", creds_path.display());
762762
} else {
763-
println!("No token was loaded, skipping credentials file verification");
763+
panic!("No token was loaded, failing test!");
764764
}
765765
}
766766

0 commit comments

Comments
 (0)