Skip to content

Commit

Permalink
Fixed RepositoryConfigResolverTest (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk authored Mar 16, 2022
1 parent b9f4b72 commit 3f7b2ff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public function testUseRemoteId(): void
public function testDoNotUseRemoteIdWhenParameterIsNotDefined(): void
{
$this->mockConfigResolverHasParameter(false);
$this->mockConfigResolverGetParameter(false);

self::assertFalse($this->repositoryConfigResolver->useRemoteId());
}
Expand Down

0 comments on commit 3f7b2ff

Please sign in to comment.