Skip to content

Commit

Permalink
[#1] Fixed broken test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Sep 26, 2020
1 parent 2621f65 commit 12d120d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/src/Functional/JsonapiViewsResourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ public function testJsonApiViewsResourceDisplays() {
$this->assertIsArray($response_document['data']);
$this->assertArrayNotHasKey('errors', $response_document);
$this->assertCount(2, $response_document['data']);
$this->assertSame($location->uuid(), $response_document['data'][0]['id']);
$this->assertSame($room->uuid(), $response_document['data'][1]['id']);

// Block display.
$response_document = $this->getJsonApiViewResponse('jsonapi_views_test_node_view', 'block_1');
Expand Down

0 comments on commit 12d120d

Please sign in to comment.