Skip to content

Commit 8708ee6

Browse files
committed
fix the ut
Signed-off-by: ganyi <pleaplusone.gy@gmail.com>
1 parent 780abd2 commit 8708ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ut/kv_connector/test_remote_decode_lifecycle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_prefix_cache_lifecycle():
122122
NUM_EXTERNAL_FULL_BLOCKS = 3
123123
NUM_TOKENS = int(BLOCK_SIZE * (NUM_EXTERNAL_FULL_BLOCKS + 0.5))
124124

125-
request_remote_a = create_request(request_id=1, do_remote_decode=True)
125+
request_remote_a = create_request(request_id=1, num_tokens=NUM_TOKENS)
126126

127127
scheduler.add_request(request_remote_a)
128128
scheduler_output = scheduler.schedule()

0 commit comments

Comments
 (0)