Skip to content

Commit d4193fc

Browse files
authored
Merge pull request mozilla#351 from kumar303/typo
chore: fix typo
2 parents 2e20485 + ec308fd commit d4193fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test-cmd/test.sign.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ describe('sign', () => {
7373
(tmpDir) => {
7474
const stubs = getStubs();
7575
const sourceDir = path.join(tmpDir.path(), 'source-dir');
76-
const copyDirAsPomised = promisify(copyDir);
77-
return copyDirAsPomised(fixturePath('minimal-web-ext'), sourceDir)
76+
const copyDirAsPromised = promisify(copyDir);
77+
return copyDirAsPromised(fixturePath('minimal-web-ext'), sourceDir)
7878
.then(() => completeSignCommand({
7979
sourceDir,
8080
artifactsDir: path.join(tmpDir.path(), 'artifacts'),

0 commit comments

Comments
 (0)