Skip to content

Commit ba60a54

Browse files
committed
Fixed unit tests
1 parent d05aa41 commit ba60a54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/src/test/kotlin/com/woocommerce/android/ui/woopos/settings/details/store/WooPosSettingsStoreViewModelTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class WooPosSettingsStoreViewModelTest {
3131
storeName = "Test Store",
3232
address = "123 Test St",
3333
phone = "+1234567890",
34+
email = "[email protected]",
3435
refundPolicy = "30 day returns"
3536
)
3637
whenever(storeRepository.getStoreInfo()).thenReturn(storeInfo)

0 commit comments

Comments
 (0)