Skip to content

Commit

Permalink
chore: fix phpunit failing
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Dec 14, 2023
1 parent 89146b3 commit 6031ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-patterns-class.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function test_fetch_patterns() {
array(
'site_url' => get_site_url(),
'license_id' => $array_data['key'],
'cache' => gmdate( 'u' ),
'cache' => time(),
),
'https://api.themeisle.com/templates-cloud/otter-patterns'
);
Expand Down

0 comments on commit 6031ec4

Please sign in to comment.