Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsoutham committed Oct 8, 2015
1 parent f9a9c0d commit 80da16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/com/philipsoutham/hash/FNVSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ class FNVSpec extends UnitSpec {
assert(correctHash32a.length == 148)
assert(correctHash64a.length == 148)
}
"FNV-1 hash32" must "match reference data" in {
"FNV hash32" must "match reference data" in {
data.zip(correctHash32).foreach { x =>
assert(FNV.hash32(x._1) == x._2)
}
Expand Down

0 comments on commit 80da16e

Please sign in to comment.