Skip to content

Commit

Permalink
test: Fix describe title
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Jun 21, 2021
1 parent 68c2a08 commit a7fd091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/lib/plugins/package/lib/packageService.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ chai.use(require('chai-as-promised'));
chai.use(require('sinon-chai'));
const { expect } = require('chai');

describe('lib/plugins/package/lib/packageService.test.js', () => {
describe('test/unit/lib/plugins/package/lib/packageService.test.js', () => {
const mockedDescribeStacksResponse = {
CloudFormation: {
describeStacks: {
Expand Down

0 comments on commit a7fd091

Please sign in to comment.