Skip to content

Commit

Permalink
fix test for v0.0.0-4
Browse files Browse the repository at this point in the history
  • Loading branch information
zaliqarosli committed Dec 22, 2022
1 parent 673a2b8 commit fb8c396
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions raisinbread/test/api/LorisApiInstrumentsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function testGetCandidatesCandidVisitInstrumentsInstrument(): void
public function testPatchCandidatesCandidVisitInstrumentsInstrument(): void
{
$json = [
$this->instrumentTest => [
'Data' => [
'UserID' => "2"
]
];
Expand All @@ -132,7 +132,7 @@ public function testPatchCandidatesCandidVisitInstrumentsInstrument(): void
public function testPutCandidatesCandidVisitInstrumentsInstrument(): void
{
$json = [
$this->instrumentTest => [
'Data' => [
'UserID' => "2"
]
];
Expand Down Expand Up @@ -355,7 +355,7 @@ public function testPatchCandidatesCandidVisitInstrumentsInstrumentDde(): void
'DDE' => true,
'Instrument' => $this->instrumentTest
],
$this->instrumentTest => [
'Data' => [
'UserID' => "2"
]
];
Expand Down Expand Up @@ -388,7 +388,7 @@ public function testPutCandidatesCandidVisitInstrumentsInstrumentDde(): void
'DDE' => true,
'Instrument' => $this->instrumentTest
],
$this->instrumentTest => [
'Data' => [
'UserID' => "2"
]
];
Expand Down

0 comments on commit fb8c396

Please # to comment.