Skip to content

Commit

Permalink
test/purge: align test name with test assertions (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn authored Sep 4, 2024
1 parent 25f3b0f commit 898fbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/task/purge.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('task: purge deleted forms', () => {
count.should.equal(0);
})))));

it('should not purge all forms if no form ID supplied', testTask(({ Forms }) =>
it('should purge all forms if no form ID supplied', testTask(({ Forms }) =>
Forms.getByProjectAndXmlFormId(1, 'simple')
.then((form) => Forms.del(form.get()))
.then(() => Forms.getByProjectAndXmlFormId(1, 'withrepeat')
Expand Down

0 comments on commit 898fbb4

Please sign in to comment.