Skip to content

Commit

Permalink
Correct the typo in the function name
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbarinov1 committed Jan 31, 2023
1 parent c7b7637 commit 103a42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/contrib/test_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def check_remote(server):
test_rpc(dtype)


def test_random_fill_for_measure_mt():
def test_random_fill_mt():
"""Check random filler applicability in case of nontrivial thread pool configuration.
Particularly when MaxConcurrency != num_workers_used_ which is actual for big-little systems.
"""
Expand Down

0 comments on commit 103a42b

Please sign in to comment.