Skip to content

Commit

Permalink
[hotfix][tests] Fix deprecation warnings for OperatorCoordinatorHolde…
Browse files Browse the repository at this point in the history
…rTest
  • Loading branch information
StephanEwen committed Jul 14, 2021
1 parent 2c1284b commit f75e57b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
import java.util.function.Consumer;
import java.util.function.Function;

import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.contains;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;

/**
Expand Down

0 comments on commit f75e57b

Please sign in to comment.