Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
kontrollanten committed Jan 27, 2025
1 parent f8259c5 commit cd30096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/src/plugins/filter-hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ describe('Test plugin filter hooks', function () {
const { total } = await servers[0].channels.list({ start: 0, count: 1 })

// plugin do +1 to the total parameter
expect(total).to.equal(6)
expect(total).to.equal(7)
})

it('Should run filter:api.video-channel.get.result', async function () {
Expand Down

0 comments on commit cd30096

Please sign in to comment.