Skip to content

Commit 74de570

Browse files
committed
Add a comment
Signed-off-by: Qier Li <kevin44036@gmail.com>
1 parent 77801b5 commit 74de570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v1/kv_connector/unit/test_nixl_connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ def test_scheduler_kv_connector_stats_aggregation():
803803
# Scheduler stats with custom metric (needs dummy transfer to avoid being skipped)
804804
scheduler_stats = NixlKVConnectorStats()
805805
scheduler_stats.data.update(
806-
{
806+
{ # dummy transfer just for testing, to bypass is_empty() check
807807
"transfer_duration": [0],
808808
"post_duration": [0],
809809
"bytes_transferred": [0],

0 commit comments

Comments
 (0)