Skip to content

Commit 27a0419

Browse files
fix tests
1 parent 6f8b175 commit 27a0419

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/integration_tests/test_streaming.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,7 @@ def test_fix_behavior_one_validator(mocker):
487487
assert (
488488
text
489489
== """"john, under golden bridges, roams,
490-
san francisco's hills, his home.
491-
dreams of fog, and salty air,
490+
san francisco's hills, his home.dreams of fog, and salty air,
492491
in his heart, he's always there."""
493492
)
494493
assert (
@@ -530,8 +529,7 @@ def test_fix_behavior_two_validators(mocker):
530529
assert (
531530
text
532531
== """"<PERSON>, under golden bridges, roams,
533-
<LOCATION> hills, his home.
534-
dreams of fog, and salty air,
532+
<LOCATION> hills, his home.dreams of fog, and salty air,
535533
in his heart, he's always there."""
536534
)
537535
assert (

0 commit comments

Comments
 (0)