Skip to content

Commit

Permalink
updated test files
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmas committed Apr 16, 2024
1 parent 3c8a917 commit d2ae699
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ describe('Endpoints', async () => {
expect(filefolderByPath).to.have.property(filefolderPath);
const stats = fs.statSync(filefolderPath);

expect(stats.size).to.equal(filefolder.size);
expect(stats.size, `File: ${filefolder.path}`).to.equal(filefolder.size);
});
});

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test_data/gsuite-docs/Hello slides.pptx
Binary file not shown.

0 comments on commit d2ae699

Please sign in to comment.