Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Oct 5, 2023
1 parent 59ebaca commit 00fec4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/OSSObject.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import { Readable } from 'node:stream';
describe('test/OSSObject.test.ts', () => {
const tmpdir = os.tmpdir();
const prefix = config.prefix;
assert(config.oss.accessKeyId);
assert(config.oss.accessKeySecret);
const ossObject = new OSSObject(config.oss);
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
Expand Down

0 comments on commit 00fec4f

Please sign in to comment.