Skip to content

Commit c62c06e

Browse files
committed
fix(tests): RA/Studio test data is now in tests/data plural
1 parent f9c1038 commit c62c06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aligner/tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_align_empty_file(self):
6060
self.assertRegex(result.stdout, r"(?s)is.*empty")
6161

6262
def fetch_ras_test_file(self, filename, outputdir):
63-
repo, path = "https://github.com/ReadAlongs/Studio/", "/test/data/"
63+
repo, path = "https://github.com/ReadAlongs/Studio/", "/tests/data/"
6464
request = Request(repo + "raw/refs/heads/main" + path + filename)
6565
request.add_header("Referer", repo + "blob/main" + path + filename)
6666
response = urlopen(request, timeout=5)

0 commit comments

Comments
 (0)