Convert ZimTest.java into kotlin

This commit is contained in:
MohitMali 2022-09-05 15:28:05 +05:30 committed by Kelson
parent 2c254c2197
commit 23a93e3b71

View File

@ -15,13 +15,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
* *
*/ */
package org.kiwix.kiwixmobile; package org.kiwix.kiwixmobile
//@LargeTest // @LargeTest
//@RunWith(AndroidJUnit4.class) // @RunWith(AndroidJUnit4.class)
public class ZimTest { class ZimTest { /*
/*
Temporary Disabled Temporary Disabled
@Inject @Inject
Context context; Context context;