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

Commit 6d3deca

Browse files
author
hideki
committed
Fixed compilation error because of classname update
1 parent 2675feb commit 6d3deca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/androidTest/java/com/couchbase/lite/replicator/ManualReplicationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ private void putReplicationOnline(Replication replication) throws InterruptedExc
101101

102102
// this was a useless test, the replication wasn't even started
103103
final CountDownLatch wentOnline = new CountDownLatch(1);
104-
Replication.ChangeListener changeListener = new ReplicationActiveObserver(wentOnline);
104+
Replication.ChangeListener changeListener = new ReplicationRunningObserver(wentOnline);
105105
replication.addChangeListener(changeListener);
106106

107107
replication.goOnline();

0 commit comments

Comments
 (0)