Skip to content

Commit 6c80858

Browse files
committed
BUG: fixed bad test
The URL test had an obsolete URL for the SimpleITK dictionary.
1 parent 375fea7 commit 6c80858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_comment_spell_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def test_url(self):
109109
"""URL test"""
110110
url = (
111111
"https://raw.githubusercontent.com/SimpleITK/SimpleITK/"
112-
"refs/heads/master/.github/workflows/additional_dictionary.txt"
112+
"refs/heads/main/.github/workflows/additional_dictionary.txt"
113113
)
114114
runresult = subprocess.run(
115115
[

0 commit comments

Comments
 (0)