Skip to content

Commit

Permalink
fix test code
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjialing authored and wangjialing218 committed Jul 29, 2022
1 parent 6dff264 commit d4fd1ce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1208,13 +1208,13 @@ private void prepareNetworkTopologyForReorderTests(String myRegion) throws Excep

@Test
public void testBasicReorderReadSequenceWithLocalRegion() throws Exception {
prepareNetworkTopologyForReorderTests(myRegion);
prepareNetworkTopologyForReorderTests("region2");
basicReorderReadSequenceWithLocalRegionTest("region2", false);
}

@Test
public void testBasicReorderReadLACSequenceWithLocalRegion() throws Exception {
prepareNetworkTopologyForReorderTests(myRegion);
prepareNetworkTopologyForReorderTests("region2");
basicReorderReadSequenceWithLocalRegionTest("region2", true);
}

Expand Down

0 comments on commit d4fd1ce

Please sign in to comment.