Skip to content

Commit

Permalink
remove custom module class
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-klum committed Feb 11, 2025
1 parent bc484a7 commit 2da9014
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import org.labkey.test.BaseWebDriverTest;
import org.labkey.test.Locator;
import org.labkey.test.TestTimeoutException;
import org.labkey.test.categories.CustomModules;
import org.labkey.test.categories.EHR;
import org.labkey.test.categories.ONPRC;
import org.labkey.test.pages.issues.DetailsPage;
Expand All @@ -20,7 +19,7 @@
import java.util.Collections;
import java.util.List;

@Category({CustomModules.class, EHR.class, ONPRC.class})
@Category({EHR.class, ONPRC.class})
public class ONPRC_RestrictedIssueTest extends BaseWebDriverTest implements SqlserverOnlyTest
{
private final IssuesHelper _issuesHelper;
Expand Down

0 comments on commit 2da9014

Please sign in to comment.