Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit 710233c

Browse files
committed
Merge pull request #89 from StephaneDiot/Fix_error_message_in_genericfieldview-tests
Fix error message in genericfieldview-tests.js
2 parents 312a0be + b1c0fe4 commit 710233c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Tests/js/views/assets/genericfieldview-tests.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ YUI.add('ez-genericfieldview-tests', function (Y) {
8484

8585
Y.Assert.areSame(
8686
that.fieldDefinition, variables.fieldDefinition,
87-
"The fieldDefinition should be available in the field edit view template"
87+
"The fieldDefinition should be available in the field view template"
8888
);
8989
Y.Assert.areSame(
9090
that.field, variables.field,
91-
"The field should be available in the field edit view template"
91+
"The field should be available in the field view template"
9292
);
9393

9494
Y.Assert.areSame(

0 commit comments

Comments
 (0)