You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: plugins/woocommerce/src/test/java/org/wordpress/android/fluxc/network/rest/wpcom/wc/product/ProductRestClientTest.kt
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,33 @@ class ProductRestClientTest {
162
162
}
163
163
}
164
164
165
+
@Test
166
+
fun`when fetch products called with the global unique id, then correct params is used for network call`() {
167
+
runBlockingTest {
168
+
val globalUniqueIdSearchQuery ="test global unique id"
0 commit comments