Skip to content

Commit

Permalink
remove duplicate lines
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Sep 4, 2019
1 parent 8437566 commit b6890e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/phpunit/api/v3/AttachmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,6 @@ public function testCreate($testEntityClass, $createParams, $expectedContent) {
'return' => ['content'],
]);
$this->assertEquals($expectedContent, $getResult2['values'][$fileId]['content']);
foreach (['id', 'entity_table', 'entity_id', 'url'] as $field) {
$this->assertEquals($createResult['values'][$fileId][$field], $getResult['values'][$fileId][$field], "Expect field $field to match");
}
}

/**
Expand Down

0 comments on commit b6890e0

Please sign in to comment.