Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Mar 31, 2019
1 parent c0d2b00 commit 6e8ed3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hazardous/hash/sha512.rs
Original file line number Diff line number Diff line change
Expand Up @@ -567,9 +567,9 @@ mod public {

#[test]
/// Related bug: https://github.com/brycx/orion/issues/46
fn test_produce_same_hash() {
fn test_produce_same_hash() {
produces_same_hash(b"Tests");
produces_same_hash(b"");
produces_same_hash(b"");
}

#[test]
Expand Down

0 comments on commit 6e8ed3e

Please sign in to comment.