Skip to content

Commit

Permalink
fix: update Document instantiation in S3FileStorage.spec.ts to includ…
Browse files Browse the repository at this point in the history
…e additional parameter
  • Loading branch information
Joao-vi committed Feb 6, 2025
1 parent 4537ac5 commit 526a037
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe('S3FileStorage', () => {
describe('getPath', () => {
it.each([
{
file: new Document('id', 'entity', 1, 'document'),
file: new Document('id', 'entity', 1, 'document', 'ab'),
expected: 'test-tenant/documents/document',
},
{
Expand Down

0 comments on commit 526a037

Please sign in to comment.