Skip to content

Commit

Permalink
Enable one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Nov 23, 2024
1 parent fbca62f commit 9660f19
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
package org.openrewrite.groovy.tree;

import org.codehaus.groovy.control.customizers.ImportCustomizer;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.openrewrite.Issue;
import org.openrewrite.groovy.GroovyParser;
Expand Down Expand Up @@ -125,7 +124,6 @@ void shouldNotFailWhenImportCannotBeResolved() {
}

@Issue("https://github.com/openrewrite/rewrite/issues/4704")
@Disabled
@Test
void addingToMaps() {
rewriteRun(
Expand Down

0 comments on commit 9660f19

Please sign in to comment.