Skip to content

Commit

Permalink
10339: fix type error;
Browse files Browse the repository at this point in the history
  • Loading branch information
nechama-krigsman committed Aug 16, 2024
1 parent a2c45e3 commit 2320d9e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ describe('updatedFilePetitionHelper', () => {
]);
});
it('should return filing options for practitioner', () => {
user = privatePractitionerUser;
const result = runCompute(updatedFilePetitionHelper, {
state: { form: {}, user: privatePractitionerUser },
});
Expand Down

0 comments on commit 2320d9e

Please sign in to comment.