Skip to content

Commit

Permalink
Fix test class name so test are executed when building
Browse files Browse the repository at this point in the history
  • Loading branch information
jmendeza committed Apr 10, 2023
1 parent 177746f commit 3f46329
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
*/
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = "classpath:/spring/application-context.xml")
public class OpenSearchIT {
public class OpenSearchITTest {

private static final String PLUTON_SITE = "pluton";
private static final String PLUTON_INDEX_ID = "pluton";
Expand Down

0 comments on commit 3f46329

Please sign in to comment.