Skip to content

Commit bb60d96

Browse files
test: remove .only from archive purpose template test case
1 parent ad0ec8a commit bb60d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/purposeTemplate/__test__/purposeTemplate.services.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ describe('PurposeTemplateServices', () => {
355355
)
356356
})
357357

358-
it.only('should make correct API call to archive purpose template', async () => {
358+
it('should make correct API call to archive purpose template', async () => {
359359
await PurposeTemplateServices.archivePurposeTemplate({ id: TEST_ID })
360360

361361
expect(axiosInstance.post).toHaveBeenCalledWith(

0 commit comments

Comments
 (0)