summaryrefslogtreecommitdiff
path: root/tests/import-github.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/import-github.scm')
-rw-r--r--tests/import-github.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/import-github.scm b/tests/import-github.scm
index 4d3f8cfc7e..5100296540 100644
--- a/tests/import-github.scm
+++ b/tests/import-github.scm
@@ -92,7 +92,7 @@
(define* (found-sexp old-version old-commit tags releases)
(and=>
(call-with-releases (lambda ()
- ((upstream-updater-latest %github-updater)
+ ((upstream-updater-import %github-updater)
(example-package old-version old-commit)))
tags releases)
upstream-source->sexp))