Skip to content

Commit

Permalink
Renaming test files
Browse files Browse the repository at this point in the history
Signed-off-by: Sooraj Sinha <soosinha@amazon.com>
  • Loading branch information
soosinha committed Jun 7, 2024
1 parent 73c4a4d commit ba069ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;

public class RemotePersistentSettingsMetadataTest extends OpenSearchTestCase {
public class RemotePersistentSettingsMetadataTests extends OpenSearchTestCase {
private static final String TEST_BLOB_NAME = "/test-path/test-blob-name";
private static final String TEST_BLOB_PATH = "test-path";
private static final String TEST_BLOB_FILE_NAME = "test-blob-name";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;

public class RemoteTemplatesMetadataTest extends OpenSearchTestCase {
public class RemoteTemplatesMetadataTests extends OpenSearchTestCase {
private static final String TEST_BLOB_NAME = "/test-path/test-blob-name";
private static final String TEST_BLOB_PATH = "test-path";
private static final String TEST_BLOB_FILE_NAME = "test-blob-name";
Expand Down

0 comments on commit ba069ec

Please sign in to comment.