Skip to content

Commit 25cf665

Browse files
committed
Fixed typo
1 parent 0615277 commit 25cf665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_semchunk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_semchunk() -> None:
118118
assert chunks == DETERMINISTIC_TEST_OUTPUT_CHUNKS[name]
119119

120120
if TEST_OFFSETS:
121-
chunks, offsets = semchunk.chunk(DETERMINISTIC_TEST_INPUT, DETERMINISTIC_TEST_CHUNK_SIZE, token_counter, return_offsets = True, memoize = True)
121+
chunks, offsets = semchunk.chunk(DETERMINISTIC_TEST_INPUT, DETERMINISTIC_TEST_CHUNK_SIZE, token_counter, offsets = True, memoize = True)
122122
assert chunks == DETERMINISTIC_TEST_OUTPUT_CHUNKS[name]
123123
assert offsets == DETERMINISTIC_TEST_OUTPUT_OFFSETS[name]
124124

0 commit comments

Comments
 (0)