Skip to content

Commit

Permalink
Rename 1.12 files
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed May 5, 2024
1 parent b79690f commit 285f49b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
import static org.mockito.MockitoAnnotations.initMocks;
import static org.powermock.api.mockito.PowerMockito.when;

public class OpenMRSDrugOrderMapper1_12Test {
public class OpenMRSDrugOrderMapperTest {

public static final String OUT_PATIENT_CARE_SETTING = "OUTPATIENT";
public static final String DAY_DURATION_UNIT = "day";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;

public class OpenMRSOrderMapper_1_12_Test {
public class OpenMRSOrderMapperTest {

@Mock
private OrderService orderService;
Expand Down

0 comments on commit 285f49b

Please sign in to comment.