Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 6a3a729

Browse files
committed
Remove unused import
1 parent 6e2cdef commit 6a3a729

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/src/test/java/org/wordpress/android/fluxc/wc/order/OrderEntityTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
package org.wordpress.android.fluxc.wc.order
22

33
import com.google.gson.Gson
4-
import com.google.gson.GsonBuilder
54
import com.google.gson.reflect.TypeToken
65
import org.junit.Test
76
import org.wordpress.android.fluxc.UnitTestUtils
87
import org.wordpress.android.fluxc.model.order.ShippingLine
9-
import org.wordpress.android.fluxc.network.rest.wpcom.wc.order.BatchOrderApiResponse
108
import kotlin.test.assertEquals
119
import kotlin.test.assertNull
1210
import kotlin.test.assertTrue

0 commit comments

Comments
 (0)