Skip to content

Commit

Permalink
Update books test
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIII committed Jul 16, 2019
1 parent 0a0508c commit 2b8a419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Feature/BooksTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ class BooksTest extends TestCase
*/
public function testFetchItunesBookProperties()
{
$book = (new \Blacklight\Books())->fetchItunesBookProperties('One man Army');
$book = (new \Blacklight\Books())->fetchItunesBookProperties('The Volunteer');

$this->assertArrayHasKey('author', $book);
$this->assertEquals('Donna Michaels', $book['author']);
$this->assertEquals('Jack Fairweather', $book['author']);
}
}

0 comments on commit 2b8a419

Please sign in to comment.