Skip to content

Commit ca17328

Browse files
committed
review comment
Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>
1 parent dc559b7 commit ca17328

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/core/test_astream_incremental.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Tests for ModelOutputThunk.astream() incremental return behavior.
22
3-
Tests the changes around lines 278-281 and 352-356 in mellea/core/base.py
4-
that ensure astream() returns only new content added since the beginning of
3+
Tests that astream() returns only new content added since the beginning of
54
each astream() call, not the entire accumulated value.
65
"""
76

0 commit comments

Comments
 (0)