Skip to content

Commit 74e43ec

Browse files
committed
Method should not be static
1 parent 155f487 commit 74e43ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org.pathvisio.lib/src/test/java/org/pathvisio/libgpml/model/TestTemporary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class TestTemporary {
1313
* Temporary place for testing various methods.
1414
*/
1515
@Test
16-
static void testThis() {
16+
void testThis() {
1717

1818
// PathwayModel p = new PathwayModel();
1919
// Interaction line = new Interaction();

0 commit comments

Comments
 (0)