Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 8a416c9

Browse files
authored
Merge pull request #508 from cloudant/unt-gradle
Fixed package name for unreliable network tests
2 parents 597d0ff + bcc19bf commit 8a416c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudant-sync-datastore-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ task unreliableNetworkTest(type: Test, dependsOn: testClasses) {
9292
systemProperty "http.keepAlive", false
9393
// ensure proxy is running!
9494
filter {
95-
includeTestsMatching "com.cloudant.sync.replication.Unreliable*.*"
95+
includeTestsMatching "com.cloudant.sync.internal.replication.Unreliable*.*"
9696
}
9797
}
9898

0 commit comments

Comments
 (0)