Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jun 6, 2024
1 parent 614e415 commit cb34aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/download/tests/download_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ mod download {
let file = sandbox.path().join("README.md");

assert!(file.exists());
assert_eq!(fs::metadata(file).unwrap().len(), 4013);
assert_eq!(fs::metadata(file).unwrap().len(), 3891);
}

#[test]
Expand Down

0 comments on commit cb34aca

Please sign in to comment.