Skip to content

Commit

Permalink
Minor bug fix to specs
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed May 15, 2024
1 parent d1890e0 commit 3edb663
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('SubmissionJsonPatchOperationsService', () => {
expect(resultURL.searchParams.get('embed')).toEqual('item');

// if we delete the embed item param, it should be identical to the original url
resultURL.searchParams.delete('embed', 'item');
resultURL.searchParams.delete('embed');
expect(href).toEqual(resultURL.toString());
});
});
Expand Down

0 comments on commit 3edb663

Please sign in to comment.