Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Hinrichsen committed Mar 11, 2016
1 parent dcdb7d8 commit 546d414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/scenarios/createApplication.test.js
Expand Up @@ -136,7 +136,7 @@ describe("Create Application", function () {
AppsStore.once(AppsEvents.CREATE_APP_ERROR, function () {
expectAsync(function () {
expect(AppFormStore.responseErrors.instances)
.to.equal("error.expected.jsnumber");
.to.equal("A number is expected");
}, done);
});

Expand Down Expand Up @@ -1076,7 +1076,7 @@ describe("Create Application", function () {
AppsStore.once(AppsEvents.CREATE_APP_ERROR, function () {
expectAsync(function () {
expect(AppFormStore.responseErrors.instances)
.to.equal("error.expected.jsnumber");
.to.equal("A number is expected");
}, done);
});

Expand Down

0 comments on commit 546d414

Please sign in to comment.