Skip to content

Commit

Permalink
Revert "Bindu | BAH-2450 | ignore test class to fix build failure"
Browse files Browse the repository at this point in the history
This reverts commit fcac8ce.
  • Loading branch information
binduak committed Oct 11, 2022
1 parent 98ad856 commit 2c31ed0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.openmrs.module.bahmniemrapi.encountertransaction.advice;

import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.openmrs.module.bahmniemrapi.encountertransaction.contract.BahmniEncounterTransaction;
Expand All @@ -19,7 +18,6 @@

@RunWith(PowerMockRunner.class)
@PrepareForTest(OpenmrsUtil.class)
@Ignore
public class BahmniEncounterTransactionUpdateAdviceTest {
private static String DEFAULT_ENCOUNTER_UUID = "defaultEncounterUuid";

Expand Down

0 comments on commit 2c31ed0

Please sign in to comment.