Skip to content

Commit 39e989c

Browse files
committed
fix: ✏️ fix the typos
1 parent 505bf94 commit 39e989c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/base-service.test.ts

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

358-
it('should clear the parameters, if the option `removeParam` is true', async () => {
358+
it('should clear the parameters, if the option `resetParameter` is true', async () => {
359359
const items = [
360360
{ first_name: 'Dara', last_name: 'Hok', id: 1 },
361361
{ first_name: 'Chantouch', last_name: 'Sek', id: 2 },

0 commit comments

Comments
 (0)