Skip to content

Commit 860ea8b

Browse files
committed
Fix failing tests.
1 parent 711629e commit 860ea8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Sdmx/Tests/api/client/rest/DotStatClientTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ protected function setUp()
416416
$this->datastructureParserMock = $this->getMockBuilder(DataStructureParser::class)->getMock();
417417
$this->dataParserMock = $this->getMockBuilder(DataParser::class)->getMock();
418418
$this->client = new DotStatClient(
419+
'DotStat',
419420
$this->queryBuilderMock,
420421
$this->httpClientMock,
421422
$this->datastructureParserMock,

0 commit comments

Comments
 (0)