Skip to content

Commit 5ea5e83

Browse files
authored
fix: update show-separate-repo-fetch test (#32)
This updates the expected file by changing the value from best-effort to time-permitting. Since the test will fetch the value from github, we need this in order to have test without fail.
1 parent d36dcde commit 5ea5e83

File tree

1 file changed

+1
-1
lines changed
  • test/cli/show-separate-repo-fetch

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@pkgjs/support-separate-repo(0.0.1) - { "versions": [{ "version": "*", "target": { "node": "lts" }, "response": { "type": "best-effort" }, "backing": { "hobby": "https://github.com/pkgjs/support" } }]}
1+
@pkgjs/support-separate-repo(0.0.1) - { "versions": [{ "version": "*", "target": { "node": "lts" }, "response": { "type": "time-permitting" }, "backing": { "hobby": "https://github.com/pkgjs/support" } }]}

0 commit comments

Comments
 (0)