Skip to content

Commit

Permalink
git checks generic credential issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaLiu8 committed Sep 29, 2022
1 parent bdb50a3 commit c475604
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class MatMeasureControllerTest implements ResourceFileUtil {
@InjectMocks private MatMeasureController matMeasureController;

@Test
public void TestCqlToElmJsonForMatTransferredMeasureSuccess() {
public void testCqlToElmJsonForMatTransferredMeasureSuccess() {
String cqlData = getData("/cv_populations.cql");
String result = getData("/cv_populations.json");
CqlConversionPayload payload = CqlConversionPayload.builder().json(result).build();
Expand All @@ -47,7 +47,7 @@ public void TestCqlToElmJsonForMatTransferredMeasureSuccess() {
}

@Test
public void TestCqlToElmJsonForMatTransferredMeasureFail() {
public void testCqlToElmJsonForMatTransferredMeasureFail() {
String cqlData = getData("/cv_populations.cql");
String result = getData("/cv_populations.json");

Expand Down

0 comments on commit c475604

Please sign in to comment.