We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c1038 commit c62c06eCopy full SHA for c62c06e
aligner/tests/test_cli.py
@@ -60,7 +60,7 @@ def test_align_empty_file(self):
60
self.assertRegex(result.stdout, r"(?s)is.*empty")
61
62
def fetch_ras_test_file(self, filename, outputdir):
63
- repo, path = "https://github.com/ReadAlongs/Studio/", "/test/data/"
+ repo, path = "https://github.com/ReadAlongs/Studio/", "/tests/data/"
64
request = Request(repo + "raw/refs/heads/main" + path + filename)
65
request.add_header("Referer", repo + "blob/main" + path + filename)
66
response = urlopen(request, timeout=5)
0 commit comments