Skip to content

Commit cf1686f

Browse files
committed
AgcProductTest updated.
1 parent 1bd20f2 commit cf1686f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/AgcProductTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public static function setUpBeforeClass(): void {
4747

4848
private function get_language(): \stdClass {
4949
$locale = new \stdClass();
50-
$locale->locale = "en-US";
51-
$locale->productName = "Create product information";
50+
$locale->locale = "en_US";
51+
$locale->productName = "Test consumable";
5252
$locale->productDesc = "Test product description";
5353
return $locale;
5454
}

0 commit comments

Comments
 (0)