Skip to content

Commit b0e72c5

Browse files
committed
test(auth): serialize config dir env test
1 parent 14a5b66 commit b0e72c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/auth_commands.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,6 +1556,7 @@ mod tests {
15561556
}
15571557

15581558
#[test]
1559+
#[serial_test::serial]
15591560
fn config_dir_returns_gws_subdir() {
15601561
let path = config_dir();
15611562
assert!(path.ends_with("gws"));

0 commit comments

Comments
 (0)