Skip to content

Commit

Permalink
Correct testName
Browse files Browse the repository at this point in the history
testng 7.5.1 previously failed with this.  References #171.
  • Loading branch information
gaul committed Feb 20, 2024
1 parent 41d842d commit 62abf39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
*/
// NOTE:without testName, this will not call @Before* and fail w/NPE during
// surefire
@Test(groups = "unit", testName = "AWSDescribeInstancesResponseHandlerTest")
@Test(groups = "unit", testName = "DescribeInstancesResponseHandlerTest")
public class DescribeInstancesResponseTest extends BaseEC2HandlerTest {

private DateService dateService;
Expand Down

0 comments on commit 62abf39

Please sign in to comment.