summaryrefslogtreecommitdiff
path: root/tests/challenge.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/challenge.scm')
-rw-r--r--tests/challenge.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/challenge.scm b/tests/challenge.scm
index fdd5fd238e8..6c79fa7b7cb 100644
--- a/tests/challenge.scm
+++ b/tests/challenge.scm
@@ -182,7 +182,7 @@ value."
182 (out2 -> (derivation->output-path drv2)) 182 (out2 -> (derivation->output-path drv2))
183 (item -> (string-append (%store-prefix) "/" 183 (item -> (string-append (%store-prefix) "/"
184 (bytevector->nix-base32-string 184 (bytevector->nix-base32-string
185 (random-bytevector 32)) 185 (random-bytevector 20))
186 "-foo" 186 "-foo"
187 (number->string (current-time) 16)))) 187 (number->string (current-time) 16))))
188 (mbegin %store-monad 188 (mbegin %store-monad