Skip to content

Commit f99fd7c

Browse files
committed
Remove commented out old code
1 parent f11e40d commit f99fd7c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tuf/src/repository/file_system.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -467,10 +467,6 @@ mod test {
467467
.targets_prefix("targs")
468468
.build();
469469

470-
// test that init worked
471-
//assert!(temp_dir.path().join("meta").exists());
472-
//assert!(temp_dir.path().join("targs").exists());
473-
474470
let data: &[u8] = b"like tears in the rain";
475471
let path = TargetPath::new("foo/bar/baz").unwrap();
476472
repo.store_target(&path, &mut &*data).await.unwrap();

0 commit comments

Comments
 (0)