Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
jerqi committed Dec 26, 2024
1 parent 794654e commit 824e3a9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
import org.apache.gravitino.server.ServerConfig;
import org.junit.jupiter.api.Test;

import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;

public class TestConfigServlet {

@Test
Expand Down

0 comments on commit 824e3a9

Please sign in to comment.