Skip to content

Commit

Permalink
Correct package name (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsloan authored Jun 14, 2024
1 parent 0a17667 commit 0e467ed
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/
package io.lenses.streamreactor.connect.gcp.common.config;

import static io.streamreactor.test.utils.EitherValues.assertLeft;
import static io.streamreactor.test.utils.EitherValues.assertRight;
import static io.lenses.streamreactor.test.utils.EitherValues.assertLeft;
import static io.lenses.streamreactor.test.utils.EitherValues.assertRight;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertTrue;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import io.lenses.streamreactor.common.config.base.RetryConfig;
import io.lenses.streamreactor.common.config.base.model.ConnectorPrefix;
import io.lenses.streamreactor.common.config.source.MapConfigSource;
import io.streamreactor.test.utils.EitherValues;
import io.lenses.streamreactor.test.utils.EitherValues;
import lombok.val;

class GCPSettingsTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
package io.lenses.streamreactor.connect.gcp.pubsub.source.configdef;

import static io.streamreactor.test.utils.EitherValues.assertRight;
import static io.lenses.streamreactor.test.utils.EitherValues.assertRight;
import static org.junit.jupiter.api.Assertions.assertEquals;

import java.util.Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,15 @@
*/
package io.lenses.kcql;

import static io.streamreactor.test.utils.EitherValues.assertLeft;
import static io.streamreactor.test.utils.EitherValues.assertRight;
import static io.lenses.streamreactor.test.utils.EitherValues.assertLeft;
import static io.lenses.streamreactor.test.utils.EitherValues.assertRight;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupiter.api.Assertions.assertTrue;

import java.util.Optional;

import java.util.function.Predicate;
import org.assertj.core.api.Condition;
import org.junit.jupiter.api.Test;

class KcqlPropertyValidatorTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.streamreactor.test.utils;
package io.lenses.streamreactor.test.utils;

import static org.assertj.core.api.Assertions.assertThat;

Expand Down

0 comments on commit 0e467ed

Please sign in to comment.