Skip to content

Commit

Permalink
Merge branch 'master' of github.com:PubPeerFoundation/PublicationData…
Browse files Browse the repository at this point in the history
…Extractor
  • Loading branch information
XavRsl committed Jun 18, 2018
2 parents ea491bb + 1762809 commit 4c9570e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Integration/ApiDataFetcherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function it_can_extract_pubmed_ids_from_id_converter()

$merged = ApiDataMerger::handle($extracted);
$identifiers = array_merge(...$merged['identifiers']);
$this->assertTrue(count(array_filter($identifiers, function($identifier) {
$this->assertTrue(count(array_filter($identifiers, function ($identifier) {
return $identifier['type'] === 'pubmed';
})) > 0);
}
Expand Down
1 change: 0 additions & 1 deletion tests/Integration/ArxivDataExtractorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace PubPeerFoundation\PublicationDataExtractor\Test\Integration;

use PubPeerFoundation\PublicationDataExtractor\ApiDataMerger;
use PubPeerFoundation\PublicationDataExtractor\Test\TestCase;
use PubPeerFoundation\PublicationDataExtractor\Test\TestHelpers;
use PubPeerFoundation\PublicationDataExtractor\Resources\Extractors\Arxiv;
Expand Down

0 comments on commit 4c9570e

Please sign in to comment.