Skip to content

Commit a94862d

Browse files
committed
fix test case
1 parent f0d5306 commit a94862d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/groovy/transform/stc/CoercionSTCTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ class CoercionSTCTest extends StaticTypeCheckingTestCase {
483483
import static org.awaitility.Awaitility.await
484484
485485
List<String> strings = ['x']
486-
await().until { -> strings }
486+
await().until { -> strings.asBoolean() }
487487
'''
488488
}
489489

0 commit comments

Comments
 (0)