Skip to content

Commit

Permalink
[hotfix] Fix predicates test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
afedulov authored and XComp committed Oct 13, 2023
1 parent 71c407a commit 0c3ccbf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
import org.junit.jupiter.api.Test;

import static org.apache.flink.architecture.common.Predicates.getClassSimpleNameFromFqName;
import static org.assertj.core.api.Assertions.*;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatThrownBy;

/** Tests for {@link org.apache.flink.architecture.common.Predicates}. */
class PredicatesTest {
Expand Down

0 comments on commit 0c3ccbf

Please sign in to comment.