We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814830c commit d23b677Copy full SHA for d23b677
tests/wpunit/DownloadableItemQueriesTest.php
@@ -81,7 +81,7 @@ function( $item ) {
81
array(
82
$this->expectedField( 'url', $item['download_url'] ),
83
$this->expectedField( 'accessExpires', $item['access_expires'] ),
84
- $this->expectedField( 'downloadId', $item['download_id'], ),
+ $this->expectedField( 'downloadId', $item['download_id'] ),
85
$this->expectedField(
86
'downloadsRemaining',
87
isset( $item['downloads_remaining'] ) && 'integer' === gettype( $item['downloads_remaining'] )
0 commit comments