We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4167a7f commit 616dde1Copy full SHA for 616dde1
test/woosignal_woocommerce_api_test.dart
@@ -111,7 +111,7 @@ void main() {
111
}, tags: ['get-policies']);
112
}, tags: ['policies-properties']);
113
114
- /// test for policies retrieval
+ /// test for shipping-zones
115
group('Testing Shopify shipping-zones', () {
116
test('get shipping-zones', () async {
117
ShippingZonesResponse? shippingZonesResponse =
@@ -123,7 +123,7 @@ void main() {
123
}, tags: ['get-shipping-zones']);
124
}, tags: ['shipping-zones-properties']);
125
126
+ /// test for provinces
127
group('Testing Shopify provinces', () {
128
test('get provinces', () async {
129
ProvincesResponse? provincesResponse =
0 commit comments