fixed conflict

This commit is contained in:
horike37 2017-03-22 15:50:47 +09:00
commit 44b09de153
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ const path = require('path');
const expect = require('chai').expect;
const Utils = require('../../../../utils/index');
describe('AWS - CloudWathEvent: Multiple events with multiple functions', () => {
describe('AWS - CloudWatch Event: Multiple events with multiple functions', () => {
beforeAll(() => {
Utils.createTestService('aws-nodejs', path.join(__dirname, 'service'));
Utils.deployService();

View File

@ -4,7 +4,7 @@ const path = require('path');
const expect = require('chai').expect;
const Utils = require('../../../../utils/index');
describe('AWS - CloudWathEvent: multiple events with single function', () => {
describe('AWS - CloudWatch Event: Multiple events with single function', () => {
beforeAll(() => {
Utils.createTestService('aws-nodejs', path.join(__dirname, 'service'));
Utils.deployService();

View File

@ -4,7 +4,7 @@ const path = require('path');
const expect = require('chai').expect;
const Utils = require('../../../../utils/index');
describe('AWS - CloudWathEvent: Single event with multiple functions', () => {
describe('AWS - CloudWatch Event: Single event with multiple functions', () => {
beforeAll(() => {
Utils.createTestService('aws-nodejs', path.join(__dirname, 'service'));
Utils.deployService();

View File

@ -4,7 +4,7 @@ const path = require('path');
const expect = require('chai').expect;
const Utils = require('../../../../utils/index');
describe('AWS - CloudWathEvent: Single event with single function', () => {
describe('AWS - CloudWatch Event: Single event with single function', () => {
beforeAll(() => {
Utils.createTestService('aws-nodejs', path.join(__dirname, 'service'));
Utils.deployService();