Skip to content

Commit

Permalink
break build for testing (#1)
Browse files Browse the repository at this point in the history
fix test class names because postfix 'Test' is required
  • Loading branch information
denniskniep authored May 25, 2019
1 parent b81eecc commit 2aa82f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.util.List;
import org.junit.Test;

public class GqlEditorTests {
public class GqlEditorTest {

@Test
public void modifyVariables() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import org.junit.Test;

public class GqlRequestParserTests {
public class GqlRequestParserTest {

@Test
public void parseRequest_querySet() {
Expand Down

0 comments on commit 2aa82f9

Please sign in to comment.