We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af201b4 commit 1789eceCopy full SHA for 1789ece
src/test/groovy/graphql/schema/DataFetcherFactoriesTest.groovy
@@ -10,6 +10,11 @@ class DataFetcherFactoriesTest extends Specification {
10
def cfDF = new StaticDataFetcher(CompletableFuture.completedFuture("hello"))
11
def pojoDF = new StaticDataFetcher("goodbye")
12
13
+ def "testing the GitHub Action on failing tests"() {
14
+ // TODO: I will remove this test before merging the PR. This is only to generate a test failure message.
15
+ false
16
+ }
17
+
18
def "delegation happens as expected"() {
19
given:
20
0 commit comments