This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix-cuirass.
The following commit(s) were added to refs/heads/master by this push:
new 6b59c25 Fix tests.
6b59c25 is described below
commit 6b59c251c6a0083e868eb67f97d76de41f014524
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Sun Feb 14 15:32:09 2021 +0100
Fix tests.
* tests/database.scm (%dummy-worker): Fix tests.
---
tests/database.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/database.scm b/tests/database.scm
index b87b450..ec77ba4 100644
--- a/tests/database.scm
+++ b/tests/database.scm
@@ -83,7 +83,7 @@
(address "address")
(machine "machine")
(systems '("a" "b"))
- (last-seen "1")))
+ (last-seen 1)))
(define %db
(make-parameter #f))