Skip to content

Commit

Permalink
Fix test coverage lint error (ray-project#38832)
Browse files Browse the repository at this point in the history
the new test file `test_streaming_generator_3.py` was added without adding it in the bazel test declaration list.

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
  • Loading branch information
aslonnie authored Aug 24, 2023
1 parent d5e324d commit a9e4ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ray/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ py_test_module_list(
"test_draining.py",
"test_streaming_generator.py",
"test_streaming_generator_2.py",
"test_streaming_generator_3.py",
"test_scheduling_performance.py",
],
size = "medium",
Expand Down

0 comments on commit a9e4ce9

Please sign in to comment.