Skip to content

Commit 5c6863c

Browse files
committed
Update test
1 parent c37f7a1 commit 5c6863c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/TagsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function outputs_shopify_tokens()
2424
config()->set('shopify.storefront_token', '1234');
2525

2626
$this->assertEquals(str_replace(["\r", "\n"], '', "<script>
27-
window.shopifyConfig = { url: 'abcd', token: '1234', apiVersion: '2024-07' };
27+
window.shopifyConfig = { url: 'abcd', token: '1234', apiVersion: '2025-04' };
2828
</script>"),
2929
str_replace(["\r", "\n"], '', $this->tag('{{ shopify:tokens }}'))
3030
);

0 commit comments

Comments
 (0)