File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
assay/test/src/org/labkey/test/tests/assay Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626import java .util .List ;
2727
2828@ Category ({Daily .class , Assays .class })
29- public class AssayReimportIndexTest extends BaseWebDriverTest
29+ public class AssayReimportTest extends BaseWebDriverTest
3030{
3131 private static final String ASSAY_NAME = DomainKind .Assay .randomName ("test+assay" );
3232 private static final FieldInfo BATCH_FIELD = DomainKind .Assay .randomField ("batchData" , ColumnType .String );
@@ -37,7 +37,7 @@ public class AssayReimportIndexTest extends BaseWebDriverTest
3737 @ BeforeClass
3838 public static void setupProject () throws Exception
3939 {
40- AssayReimportIndexTest init = getCurrentTest ();
40+ AssayReimportTest init = getCurrentTest ();
4141 init .doSetup ();
4242 }
4343
You can’t perform that action at this time.
0 commit comments