Skip to content

Commit eec329f

Browse files
committed
Fix unit test issue for OrderDetailsViewModel
1 parent b001e50 commit eec329f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

WooCommerce/WooCommerceTests/ViewRelated/OrderDetailsViewModelTests.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,10 @@ private extension OrderDetailsViewModelTests {
516516
onCompletion(plugin)
517517
case let .fetchSystemPluginListWithNameList(_, _, onCompletion):
518518
onCompletion(plugin)
519-
default:
520-
break
519+
case let .fetchSystemPluginWithPath(_, _, onCompletion):
520+
onCompletion(plugin)
521+
default:
522+
break
521523
}
522524
}
523525
}

0 commit comments

Comments
 (0)