Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Dec 24, 2020
1 parent 8a67687 commit aa9c05d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4410,8 +4410,7 @@ class LibraryServiceClientTest extends GeneratedTest
$this->assertSame(1, count($resources));


$this->assertEquals(
$expectedResponse->getShelves()['shelves'], $resources['shelves']);
$this->assertEquals($expectedResponse->getShelves()['shelves'], $resources['shelves']);


$actualRequests = $transport->popReceivedCalls();
Expand Down

0 comments on commit aa9c05d

Please sign in to comment.