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 e3b681b commit 2b5a4f4Copy full SHA for 2b5a4f4
tests/test_double_message.py
@@ -9,7 +9,7 @@ def test_message_with_2_UNA_segments():
9
with open(f"{path}/wikipedia_de.edi") as f:
10
content = f.read()
11
12
- # doouble the message (2 UNA headers in one string!!)
+ # double the message (2 UNA headers in one string!!)
13
content = content + content
14
15
with pytest.raises(EDISyntaxError):
0 commit comments