Skip to content

Commit 128808e

Browse files
committed
Data: Closely resemble the given attachment metadata
1 parent 38ba303 commit 128808e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/phpunit/tests/media/wpAddId3TagData.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ public function test_wp_add_id3_tag_data_handles_non_string_data() {
2727
$data = array(
2828
'id3v2' => array(
2929
'comments' => array(
30-
'artist' => array( 'The Northern Lights Ensemble' ),
31-
'album' => array( 'Horizons and Beyond' ),
32-
'title' => array( 'Aurora Rising' ),
30+
'artist' => 'The Northern Lights Ensemble',
31+
'album' => 'Horizons and Beyond',
32+
'title' => 'Aurora Rising',
3333
'involved_people' => array(
3434
array(
3535
'role' => 'Mastered by Lead Audio Engineer',

0 commit comments

Comments
 (0)