Update tests change AssertJ StrictAssertions to Assertions

This commit is contained in:
rob bygrave
2019-10-06 16:34:44 +13:00
parent e58a85f0af
commit 1c6c812d4d
61 changed files with 89 additions and 97 deletions
@@ -4,7 +4,7 @@ import org.junit.Test;
import java.util.Arrays;
import static org.assertj.core.api.StrictAssertions.assertThat;
import static org.assertj.core.api.Assertions.assertThat;
public class InQueryExpressionTest extends BaseExpressionTest {