summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/channels.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/channels.scm b/tests/channels.scm
index 6c4276deb4..27e8487fbc 100644
--- a/tests/channels.scm
+++ b/tests/channels.scm
@@ -191,9 +191,9 @@
                            (and (eq? (channel-name
                                       (channel-instance-channel instance))
                                      'test-channel)
-                                (string=? (channel-commit
-                                           (channel-instance-channel instance))
-                                          "abc1234")))
+                                (equal? (channel-commit
+                                         (channel-instance-channel instance))
+                                        "abc1234")))
                          instances)))))))
 
 (test-equal "latest-channel-instances #:validate-pull"