Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
Signed-off-by: Ruirui Zhang <[email protected]>
  • Loading branch information
ruai0511 committed Oct 8, 2024
1 parent ff4145c commit d1d7441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import static java.util.Collections.emptyMap;
import static org.mockito.Mockito.mock;

class WlmStatsTests extends AbstractWireSerializingTestCase<WlmStats> {
public verclass WlmStatsTests extends AbstractWireSerializingTestCase<WlmStats> {

public void testToXContent() throws IOException {
final Map<String, QueryGroupStats.QueryGroupStatsHolder> stats = new HashMap<>();
Expand Down

0 comments on commit d1d7441

Please sign in to comment.