aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-11-15 23:39:01 +0000
committerChristopher Baines <mail@cbaines.net>2019-11-21 19:56:19 +0000
commit66d726f1fd92bd2cdd953d4e8d05a4dc5e44e732 (patch)
tree560e15adb2a04efe32da83151fb2049ca0f73304 /tests
parent7c611402a0f7444322fc4e4c48fecd4b6dbd5efa (diff)
downloaddata-service-66d726f1fd92bd2cdd953d4e8d05a4dc5e44e732.tar
data-service-66d726f1fd92bd2cdd953d4e8d05a4dc5e44e732.tar.gz
Refactor channel handling in the load-new-guix-revision module
To allow for passing the channel to channel-news-for-commit.
Diffstat (limited to 'tests')
-rw-r--r--tests/jobs-load-new-guix-revision.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/jobs-load-new-guix-revision.scm b/tests/jobs-load-new-guix-revision.scm
index cbd9adc..8f82e10 100644
--- a/tests/jobs-load-new-guix-revision.scm
+++ b/tests/jobs-load-new-guix-revision.scm
@@ -22,8 +22,8 @@
#t
(mock
((guix-data-service jobs load-new-guix-revision)
- store-item-for-git-repository-id-and-commit
- (lambda (conn git-repository-id commit)
+ store-item-for-channel
+ (lambda (conn channel)
"/gnu/store/test"))
(mock
@@ -46,8 +46,8 @@
#f
(mock
((guix-data-service jobs load-new-guix-revision)
- store-item-for-git-repository-id-and-commit
- (lambda (conn git-repository-id commit)
+ store-item-for-channel
+ (lambda (conn channel)
#f))
(match (enqueue-load-new-guix-revision-job
@@ -64,8 +64,8 @@
#f
(mock
((guix-data-service jobs load-new-guix-revision)
- store-item-for-git-repository-id-and-commit
- (lambda (conn git-repository-id commit)
+ store-item-for-channel
+ (lambda (conn channel)
"/gnu/store/test"))
(mock