Skip to content

Commit

Permalink
fix: incorrect assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayChipps committed Feb 12, 2024
1 parent 9c776e8 commit afc7c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/chipps/data/file/upload.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ describe('chipps data file upload', () => {
]);

expect(response.Title).to.equal('coolFile');
expect(response.FileExtension).to.equal('.json');
expect(response.FileExtension).to.equal('json');
});
});

0 comments on commit afc7c92

Please sign in to comment.