Skip to content

Commit deca7f4

Browse files
committed
Rename test for coupon restrictions view model
1 parent 221f26c commit deca7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/WooCommerceTests/ViewRelated/Coupons/CouponRestrictionsViewModelTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import XCTest
44

55
final class CouponRestrictionsViewModelTests: XCTestCase {
66

7-
func test_usage_details_are_correct() {
7+
func test_restriction_details_are_correct() {
88
// Given
99
let coupon = Coupon.fake().copy(individualUse: true,
1010
usageLimit: 1000,

0 commit comments

Comments
 (0)