Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantPSpencer committed Aug 28, 2023
1 parent 9b3425b commit 3593218
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ public void testCreateAndRenewTTL() {
}

@Test
public void recursiveCreate() {
final String zkParentKey = "/stressZk_testCreateFullPath";
public void testRecursiveCreate() {
final String zkParentKey = "/stressZk_testRecursiveCreate";
_zkMetaClient.create(zkParentKey, ENTRY_STRING_VALUE);

int count = (int) Math.pow(TEST_ITERATION_COUNT, 1/3d);
Expand Down

0 comments on commit 3593218

Please sign in to comment.