Skip to content

Commit c45ab7d

Browse files
committed
Remove redundant assertions
1 parent 0c525bb commit c45ab7d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/testsuite/git.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2247,9 +2247,6 @@ fn add_a_git_dep() {
22472247

22482248
p.cargo("build").run();
22492249

2250-
assert!(paths::home().is_dir());
2251-
assert!(paths::home().join(".cargo").is_dir());
2252-
assert!(paths::home().join(".cargo/git").is_dir());
22532250
assert!(paths::home().join(".cargo/git/CACHEDIR.TAG").is_file());
22542251

22552252
p.change_file(

0 commit comments

Comments
 (0)