Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Sep 2, 2024
1 parent 4e9687c commit f30123d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
filepack
========

`filepack` is a command line utility for verifying the integrity of collections
of files.
2 changes: 1 addition & 1 deletion tests/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn no_files() -> Result {
}

#[test]
fn extra_fields_are_disallowed() -> Result {
fn extra_fields_are_not_allowed() -> Result {
let dir = TempDir::new()?;

dir
Expand Down

0 comments on commit f30123d

Please sign in to comment.