8000 Update resilience-synchronous-repl-with-arangosearch-view-cluster.js · arangodb/arangodb@90fd917 · GitHub
[go: up one dir, main page]

Skip to content

Commit 90fd917

Browse files
authored
Update resilience-synchronous-repl-with-arangosearch-view-cluster.js
1 parent 4341e3f commit 90fd917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/js/server/resilience/failover-view/resilience-synchronous-repl-with-arangosearch-view-cluster.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ function SynchronousReplicationWithViewSuite () {
499499

500500
tearDown : function () {
501501
if(failedState.leader != null) healLeader(failedState.leader);
502-
if(failedState.follower != null) healFollower(failedState.leader);
502+
if(failedState.follower != null) healFollower(failedState.follower);
503503
db._drop(cn);
504504
viewOperations("drop");
505505
//global.ArangoAgency.set('Target/FailedServers', {});

0 commit comments

Comments
 (0)
0