Skip to content

Commit

Permalink
Rename a test that wasn't being run
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 566644205
  • Loading branch information
cushon authored and Javac Team committed Sep 19, 2023
1 parent 0916053 commit 5f2485b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import org.junit.runners.JUnit4;

@RunWith(JUnit4.class)
public class MissingJavaBaseModule {
public class MissingJavaBaseModuleTest {

@Test
public void test() throws Exception {
Expand Down

0 comments on commit 5f2485b

Please sign in to comment.