Skip to content

Commit

Permalink
chore: upload categories lint fix (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-cappasity committed Sep 5, 2024
1 parent 8f756d6 commit 3364456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suites/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ describe('upload suite', function suite() {
});

describe('categories', function suiteCategories() {
it('should upload with categories', async function test () {
it('should upload with categories', async function test() {
const { message } = simpleData;
const categories = ['_s1_c1', '_s1_c2'];
const rsp = await this.send({
Expand Down

0 comments on commit 3364456

Please sign in to comment.