Skip to content

Commit 818cac9

Browse files
committed
🐄 test name typo
1 parent b1c6f0a commit 818cac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/template_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ describe('validateTemplate', function() {
325325
1);
326326
});
327327

328-
it('catches missing template.data', function() {
328+
it('catches missing template.layout', function() {
329329
var noLayoutMock = Lib.extendDeep({}, cleanMock);
330330
delete noLayoutMock.layout.template.layout;
331331

0 commit comments

Comments
 (0)