summaryrefslogtreecommitdiff
path: root/srv/pow/pow_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'srv/pow/pow_test.go')
-rw-r--r--srv/pow/pow_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/srv/pow/pow_test.go b/srv/pow/pow_test.go
index 4bc4141..cc868b1 100644
--- a/srv/pow/pow_test.go
+++ b/srv/pow/pow_test.go
@@ -114,7 +114,7 @@ func TestManager(t *testing.T) {
c := mgr.NewChallenge()
solution := Solve(c)
clock.Add(2 * time.Second)
- assert.ErrorIs(t, mgr.CheckSolution(c.Seed, solution), ErrExpiredSolution)
+ assert.ErrorIs(t, mgr.CheckSolution(c.Seed, solution), ErrExpiredSeed)
}
}