Skip to content

Commit

Permalink
Update AdvertisementEntry.spec.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
IITI-tushar authored Dec 18, 2024
1 parent 738b6de commit 5823270
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ describe('Testing Advertisement Entry Component', () => {
render(
<AdvertisementEntry
id={''}
setAfter={function () _value: React.SetStateAction<string | null | undefined>,
: void {
setAfter={function (
_value: React.SetStateAction<string | null | undefined> ,
): void {
throw new Error('Function not implemented.');
}}
/>,
Expand Down Expand Up @@ -186,8 +187,9 @@ describe('Testing Advertisement Entry Component', () => {
startDate={mockStartDate}
organizationId={mockOrganizationId}
id={''}
setAfter={function () _value: React.SetStateAction<string | null | undefined>,
: void {
setAfter={function (
_value: React.SetStateAction<string | null | undefined> ,
) : void {
throw new Error('Function not implemented.');
}}
/>,
Expand Down

0 comments on commit 5823270

Please sign in to comment.