Skip to content

Commit

Permalink
Added Dummy Commit
Browse files Browse the repository at this point in the history
Signed-off-by: Ajay Kumar Movva <[email protected]>
  • Loading branch information
Ajay Kumar Movva committed Feb 1, 2024
1 parent d26e575 commit 4d8ec8e
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
* SPDX-License-Identifier: Apache-2.0
*
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*/

package org.opensearch.ratelimitting.admissioncontrol.controllers;

import org.opensearch.test.OpenSearchTestCase;

public class DummyTests extends OpenSearchTestCase {
public void testDummyCase() {
assert true;
}
}

0 comments on commit 4d8ec8e

Please sign in to comment.