Skip to content

Commit

Permalink
fix UTs
Browse files Browse the repository at this point in the history
Signed-off-by: zjgemi <liuxin_zijian@163.com>
  • Loading branch information
zjgemi committed Aug 1, 2024
1 parent 1ea9069 commit 33bac05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_dflow_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def test_print_keys(self):
expected_output = "\n".join(expected_output + [""])

ret = print_keys_in_nice_format(
dpgen_keys[:13],
dpgen_keys[:7],
["run-train", "run-lmp", "run-fp"],
idx_fmt_len=8,
)
Expand Down

0 comments on commit 33bac05

Please sign in to comment.