Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kunli2 committed Oct 9, 2023
1 parent b532700 commit b708220
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/org/openrewrite/kotlin/tree/LambdaTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
package org.openrewrite.kotlin.tree;

import org.junit.jupiter.api.Test;
import org.junitpioneer.jupiter.ExpectedToFail;
import org.openrewrite.Issue;
import org.openrewrite.test.RewriteTest;

Expand All @@ -24,6 +25,7 @@
@SuppressWarnings("RemoveRedundantQualifierName")
class LambdaTest implements RewriteTest {

@ExpectedToFail("Space arrangement improved")
@Test
void binaryExpressionAsBody() {
rewriteRun(
Expand Down

0 comments on commit b708220

Please sign in to comment.