Skip to content

Commit

Permalink
SONARFLEX-193 Fix sonar issues (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
kebetsi authored Jan 20, 2025
1 parent e670d4c commit 236859e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import static com.sonar.it.flex.Tests.getComponent;
import static com.sonar.it.flex.Tests.getMeasure;
import static com.sonar.it.flex.Tests.getMeasureAsDouble;
import static junit.framework.Assert.assertNull;
import static org.assertj.core.api.Assertions.assertThat;

public class FlexIntegrationTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import org.junit.Test;

import static com.sonar.it.flex.Tests.getComponent;
import static com.sonar.it.flex.Tests.getMeasure;
import static com.sonar.it.flex.Tests.getMeasureAsInteger;
import static org.assertj.core.api.Assertions.assertThat;

Expand Down

0 comments on commit 236859e

Please sign in to comment.