Skip to content

Commit b950ec7

Browse files
committed
Fix line length lint error.
1 parent e9260df commit b950ec7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

WooCommerce/WooCommerceTests/POS/Controllers/PointOfSaleOrderControllerTests.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,10 @@ struct PointOfSaleOrderControllerTests {
802802
let mockFeatureFlagService = MockFeatureFlagService()
803803
let mockPluginsService = MockPluginsService()
804804
mockFeatureFlagService.isFeatureFlagEnabledReturnValue[.pointOfSaleReceipts] = true
805-
mockPluginsService.setMockPlugin(.wooCommerce, systemPlugin: SystemPlugin.fake().copy(plugin: "woocommerce/woocommerce.php", version: wcPluginVersion, active: true))
805+
mockPluginsService.setMockPlugin(.wooCommerce,
806+
systemPlugin: SystemPlugin.fake().copy(plugin: "woocommerce/woocommerce.php",
807+
version: wcPluginVersion,
808+
active: true))
806809

807810
let sut = PointOfSaleOrderController(orderService: mockOrderService,
808811
receiptService: mockReceiptService,

0 commit comments

Comments
 (0)