Skip to content

Commit be71d9d

Browse files
committed
remove escaped newline character on test
1 parent dc553f4 commit be71d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_fail():
2828
)
2929
result = testdir.runpytest()
3030
result.stdout.fnmatch_lines([
31-
'::error file=test_annotation_fail.py,line=4::def test_fail():%0A*',
31+
'::error file=test_annotation_fail.py,line=4::def test_fail():*',
3232
])
3333

3434
def test_annotation_exception(testdir):
@@ -44,5 +44,5 @@ def test_fail():
4444
)
4545
result = testdir.runpytest()
4646
result.stdout.fnmatch_lines([
47-
'::error file=test_annotation_exception.py,line=4::def test_fail():%0A*',
47+
'::error file=test_annotation_exception.py,line=4::def test_fail():*',
4848
])

0 commit comments

Comments
 (0)