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

Commit

Permalink
fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robey Pointer committed Oct 20, 2010
1 parent c1516ba commit 5928ad5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ object NameServerSpec extends ConfiguredSpecification with JMocker with ClassMoc
config("mapping") = "fnv1a-64"
config("replicas.ns1.type") = "memory"
val future = mock[Future]
val ns = NameServer[gizzard.shards.Shard](config, None, shardRepository, Some(future))
val ns = NameServer[gizzard.shards.Shard](config, None, shardRepository)

// mapping function should be FNV1A-64:
ns.mappingFunction(0) mustEqual 632747166973704645L
Expand Down

0 comments on commit 5928ad5

Please sign in to comment.