Skip to content

Commit 2b5a4f4

Browse files
committed
typo
1 parent e3b681b commit 2b5a4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_double_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def test_message_with_2_UNA_segments():
99
with open(f"{path}/wikipedia_de.edi") as f:
1010
content = f.read()
1111

12-
# doouble the message (2 UNA headers in one string!!)
12+
# double the message (2 UNA headers in one string!!)
1313
content = content + content
1414

1515
with pytest.raises(EDISyntaxError):

0 commit comments

Comments
 (0)