Skip to content

Commit

Permalink
🐄 test name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Jul 3, 2018
1 parent b1c6f0a commit 818cac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jasmine/tests/template_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ describe('validateTemplate', function() {
1);
});

it('catches missing template.data', function() {
it('catches missing template.layout', function() {
var noLayoutMock = Lib.extendDeep({}, cleanMock);
delete noLayoutMock.layout.template.layout;

Expand Down

0 comments on commit 818cac9

Please sign in to comment.