Skip to content

Commit 1789ece

Browse files
committed
Check in deliberately failing test to try out the new GitHub Action
1 parent af201b4 commit 1789ece

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/groovy/graphql/schema/DataFetcherFactoriesTest.groovy

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ class DataFetcherFactoriesTest extends Specification {
1010
def cfDF = new StaticDataFetcher(CompletableFuture.completedFuture("hello"))
1111
def pojoDF = new StaticDataFetcher("goodbye")
1212

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+
1318
def "delegation happens as expected"() {
1419
given:
1520

0 commit comments

Comments
 (0)