Skip to content

Commit

Permalink
test: Rename module to match conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Sep 9, 2020
1 parent 2aa1ae0 commit 74634c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integrationPackage/cloudformation.tests.js
Expand Up @@ -4,7 +4,7 @@ const fs = require('fs');
const path = require('path');
const { expect } = require('chai');
const fse = require('fs-extra');
const { execSync } = require('../utils/child-process');
const { execSync } = require('../utils/childProcess');
const serverlessExec = require('../serverlessBinary');
const { getTmpDirPath } = require('../utils/fs');

Expand Down
2 changes: 1 addition & 1 deletion test/integrationPackage/lambda-files.tests.js
Expand Up @@ -3,7 +3,7 @@
const path = require('path');
const { expect } = require('chai');
const fse = require('fs-extra');
const { execSync } = require('../utils/child-process');
const { execSync } = require('../utils/childProcess');
const serverlessExec = require('../serverlessBinary');
const { getTmpDirPath, listZipFiles } = require('../utils/fs');

Expand Down
File renamed without changes.

0 comments on commit 74634c3

Please sign in to comment.