Skip to content

Commit

Permalink
fussy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdavis2001 committed Nov 14, 2024
1 parent 25c7478 commit 1c710f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service-api/app/test/AppTest/Entity/SiriusLpaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function it_can_be_instantiated(): void
type: null,
uId: '700000000012',
),
],
],
caseSubtype: LpaType::PERSONAL_WELFARE,
channel: 'online',
dispatchDate: null,
Expand Down Expand Up @@ -87,4 +87,4 @@ public function it_can_be_instantiated(): void
$this->assertInstanceOf(SiriusLpa::class, $sut);
}

}
}

0 comments on commit 1c710f2

Please sign in to comment.