Skip to content

Commit d44af49

Browse files
committed
fix: Added missing package declaration to AnalyticalWidgetProviderTest.kt
1 parent 4856bcc commit d44af49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AnkiDroid/src/test/java/com/ichi2/anki/widget/AnalyticalWidgetProviderTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* You should have received a copy of the GNU General Public License along with
1515
* this program. If not, see <http://www.gnu.org/licenses/>.
1616
*/
17-
17+
package com.ichi2.anki.widget
1818
import android.appwidget.AppWidgetManager
1919
import androidx.test.ext.junit.runners.AndroidJUnit4
2020
import com.ichi2.anki.RobolectricTest

0 commit comments

Comments
 (0)