Skip to content

Commit

Permalink
match existing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Nov 27, 2024
1 parent d8cb679 commit cda6e2c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package io.dockstore.common;

public interface ToilOnlyTest {

String NAME = "io.dockstore.common.ToilOnlyTest";

default String getName() {
return NAME;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package io.github.collaboratory.cwl;

import io.dockstore.client.cli.nested.ToilOnlyTest;
import io.dockstore.common.ToilOnlyTest;
import org.apache.commons.io.FileUtils;
import org.junit.jupiter.api.Tag;

Expand Down

0 comments on commit cda6e2c

Please sign in to comment.