Skip to content

Commit 36e4d5e

Browse files
committed
Fix FulfillmentServiceTest
1 parent 292bb54 commit 36e4d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FulfillmentServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class FulfillmentServiceTest extends TestSimpleResource
2626
* @inheritDoc
2727
*/
2828
public $putArray = array(
29-
"inventory_management" => false
29+
"tracking_support" => false
3030
);
3131

3232
}

0 commit comments

Comments
 (0)