Skip to content

Commit

Permalink
Restored changes to the disabled test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Amitoj Duggal committed Jun 21, 2024
1 parent 2799ad2 commit 6049913
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/
package org.openrewrite.java.testing.junit5;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.openrewrite.DocumentExample;
import org.openrewrite.InMemoryExecutionContext;
Expand Down Expand Up @@ -180,6 +181,7 @@ void afterClass() {
}

@Issue("https://github.com/openrewrite/rewrite/issues/150")
@Disabled
@Test
void convertsToPackageVisibility() {
//language=java
Expand Down

0 comments on commit 6049913

Please sign in to comment.