Skip to content

Commit 49d8483

Browse files
authored
Update suites for migrated modules (#210)
1 parent b9d536f commit 49d8483

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pepdb/test/src/org/labkey/test/tests/pepdb/PepDBModuleTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import org.labkey.test.TestFileUtils;
3131
import org.labkey.test.TestTimeoutException;
3232
import org.labkey.test.WebTestHelper;
33-
import org.labkey.test.categories.External;
33+
import org.labkey.test.categories.CustomModules;
3434
import org.labkey.test.util.LogMethod;
3535
import org.labkey.test.util.PostgresOnlyTest;
3636

@@ -42,7 +42,7 @@
4242
import static org.junit.Assert.assertEquals;
4343
import static org.junit.Assert.assertTrue;
4444

45-
@Category({External.class})
45+
@Category({CustomModules.class})
4646
public class PepDBModuleTest extends BaseWebDriverTest implements PostgresOnlyTest
4747
{
4848

0 commit comments

Comments
 (0)