Skip to content

Commit

Permalink
Use a consistent order for specifying replication for readbility
Browse files Browse the repository at this point in the history
  • Loading branch information
torcolvin committed Oct 11, 2024
1 parent f97afbe commit 5d86d82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions topologytest/topologies_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,10 @@ var simpleTopologies = []Topology{
},
},
{
activePeer: "cbs2",
passivePeer: "cbs1",
activePeer: "cbs1",
passivePeer: "cbs2",
config: PeerReplicationConfig{
direction: PeerReplicationDirectionPush,
direction: PeerReplicationDirectionPull,
},
},
},
Expand Down

0 comments on commit 5d86d82

Please sign in to comment.