Skip to content

Commit bb8caa9

Browse files
dbwiddisowaiskazi19
andcommitted
Fix typo in awaitilityVersion
Co-authored-by: Owais Kazi <[email protected]> Signed-off-by: Daniel Widdis <[email protected]>
1 parent f3b3a31 commit bb8caa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ dependencies {
257257
testImplementation("org.junit.jupiter:junit-jupiter:${junitJupiterVersion}")
258258
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${versions.jackson_databind}")
259259

260-
testImplementation "org.awaitility:awaitility:${awaitlityVersion}"
260+
testImplementation "org.awaitility:awaitility:${awaitilityVersion}"
261261

262262
// ZipArchive dependencies used for integration tests
263263
zipArchive("org.opensearch.plugin:opensearch-job-scheduler:${opensearch_build}")

0 commit comments

Comments
 (0)