Skip to content

Commit

Permalink
broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ehrencrona committed Sep 30, 2020
1 parent d985328 commit 88cea82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/validator/samples/animation-not-in-each/errors.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[{
"code": "invalid-animation",
"message": "An element that use the animate directive must be the immediate child of a keyed each block",
"message": "An element that uses the animate directive must be the immediate child of a keyed each block",
"start": {
"line": 5,
"column": 5,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[{
"code": "invalid-animation",
"message": "An element that use the animate directive must be the immediate child of a keyed each block",
"message": "An element that uses the animate directive must be the immediate child of a keyed each block",
"start": {
"line": 6,
"column": 6,
Expand Down
2 changes: 1 addition & 1 deletion test/validator/samples/animation-siblings/errors.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[{
"code": "invalid-animation",
"message": "An element that use the animate directive must be the sole child of a keyed each block",
"message": "An element that uses the animate directive must be the sole child of a keyed each block",
"start": {
"line": 6,
"column": 6,
Expand Down

0 comments on commit 88cea82

Please sign in to comment.