Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Sep 15, 2023
1 parent a7f69b0 commit efd4875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/object.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2268,7 +2268,7 @@ describe('test/object.test.js', () => {
});

describe('getObjectTagging() putObjectTagging() deleteObjectTagging()', () => {
const name = '/oss/tagging.js';
const name = `${prefix}oss/tagging.js`;

before(async () => {
await store.put(name, __filename);
Expand Down

0 comments on commit efd4875

Please sign in to comment.