Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
crisnicandrei committed Oct 18, 2024
1 parent ae8e3b1 commit 2c83129
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('GlamPendingArchivesComponent', () => {

expect(outputs.nextOutput.emit).toHaveBeenCalledWith(selectedArchive);
});

it('should call api.archive.accept when selectArchive is called', async () => {
const { instance, inject } = await shallow.render();
const apiService = inject(ApiService);
Expand Down

0 comments on commit 2c83129

Please sign in to comment.