Skip to content

Commit

Permalink
test: rename test package
Browse files Browse the repository at this point in the history
  • Loading branch information
tynn committed Jul 12, 2022
1 parent e41a922 commit 16276cc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import static xyz.tynn.astring.testing.mockk.MockKt.init;
import static xyz.tynn.astring.testing.mockk.MockKt.prepare;
import static xyz.tynn.astring.testing.mockk.MockKt.verify;
import static xyz.tynn.astring.testing.mockk.MockkCoreKt.mockkToastMakeText;
import static xyz.tynn.astring.core.test.MockkCoreKt.mockkToastMakeText;

import android.content.Context;
import android.widget.Toast;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2021 Christian Schmitz
// SPDX-License-Identifier: Apache-2.0

package xyz.tynn.astring.testing.mockk
package xyz.tynn.astring.core.test

import android.widget.Toast
import android.widget.Toast.makeText
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
import static xyz.tynn.astring.testing.mockk.MockKt.init;
import static xyz.tynn.astring.testing.mockk.MockKt.prepare;
import static xyz.tynn.astring.testing.mockk.MockKt.verify;
import static xyz.tynn.astring.testing.mockk.MockkMaterialKt.mockkAStringInvoke;
import static xyz.tynn.astring.testing.mockk.MockkMaterialKt.mockkGetMainLooper;
import static xyz.tynn.astring.testing.mockk.MockkMaterialKt.mockkSnackbarMake;
import static xyz.tynn.astring.material.test.MockkMaterialKt.mockkAStringInvoke;
import static xyz.tynn.astring.material.test.MockkMaterialKt.mockkGetMainLooper;
import static xyz.tynn.astring.material.test.MockkMaterialKt.mockkSnackbarMake;

import android.os.Looper;
import android.view.View;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2021 Christian Schmitz
// SPDX-License-Identifier: Apache-2.0

package xyz.tynn.astring.testing.mockk
package xyz.tynn.astring.material.test

import android.os.Looper.getMainLooper
import com.google.android.material.snackbar.Snackbar
Expand Down

0 comments on commit 16276cc

Please sign in to comment.