Skip to content

Commit d23b677

Browse files
committed
chore: Syntax error fixed.
1 parent 814830c commit d23b677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/wpunit/DownloadableItemQueriesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function( $item ) {
8181
array(
8282
$this->expectedField( 'url', $item['download_url'] ),
8383
$this->expectedField( 'accessExpires', $item['access_expires'] ),
84-
$this->expectedField( 'downloadId', $item['download_id'], ),
84+
$this->expectedField( 'downloadId', $item['download_id'] ),
8585
$this->expectedField(
8686
'downloadsRemaining',
8787
isset( $item['downloads_remaining'] ) && 'integer' === gettype( $item['downloads_remaining'] )

0 commit comments

Comments
 (0)