Skip to content

Commit 6b59060

Browse files
committed
Added dependency on Awaitility for asynchronous test code
1 parent fa4a7e7 commit 6b59060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ dependencies {
4343
compile "io.vertx:vertx-core:$vertxVersion"
4444

4545
testCompile "junit:junit:$junitVersion"
46+
testCompile 'org.awaitility:awaitility:2.0.0'
4647
testCompile "io.vertx:vertx-unit:$vertxVersion"
4748
}
4849

0 commit comments

Comments
 (0)