Skip to content

Commit 616dde1

Browse files
committed
checking out for remotes changes
1 parent 4167a7f commit 616dde1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/woosignal_woocommerce_api_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ void main() {
111111
}, tags: ['get-policies']);
112112
}, tags: ['policies-properties']);
113113

114-
/// test for policies retrieval
114+
/// test for shipping-zones
115115
group('Testing Shopify shipping-zones', () {
116116
test('get shipping-zones', () async {
117117
ShippingZonesResponse? shippingZonesResponse =
@@ -123,7 +123,7 @@ void main() {
123123
}, tags: ['get-shipping-zones']);
124124
}, tags: ['shipping-zones-properties']);
125125

126-
/// test for policies retrieval
126+
/// test for provinces
127127
group('Testing Shopify provinces', () {
128128
test('get provinces', () async {
129129
ProvincesResponse? provincesResponse =

0 commit comments

Comments
 (0)