Skip to content

Commit

Permalink
Minor test case rename
Browse files Browse the repository at this point in the history
Signed-off-by: Bukhtawar Khan <[email protected]>
  • Loading branch information
Bukhtawar committed Aug 8, 2022
1 parent d89e58e commit 247c430
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ public void testUpdateRemoteTranslogStoreFails() {
assertEquals(error.getMessage(), "final index setting [index.remote_store.translog.enabled], not updateable");
}

public void testUpdateRemoteTranslogStoreFailsOnRemoteSegmentDisabled() {
public void testEnablingRemoteTranslogStoreFailsWhenRemoteSegmentDisabled() {
Settings indexSettings = Settings.builder()
.put("index.remote_store.translog.enabled", true)
.put("index.remote_store.enabled", false)
Expand Down

0 comments on commit 247c430

Please sign in to comment.