Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo Vieira committed Oct 10, 2023
1 parent 563200b commit 280e184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/tests/integration/v2/microcredit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('microCredit', () => {

describe('docs', () => {
it('create and list', async () => {
await microCreditCreate.postDocs(users[0].id, [
await microCreditCreate.postDocs(users[0].id, 1, [
{
filepath: 'test',
category: 1
Expand Down

0 comments on commit 280e184

Please sign in to comment.