From 8d39ccd566712e30161fdade2be5d01c38c9567b Mon Sep 17 00:00:00 2001 From: henninggross Date: Tue, 12 Oct 2021 16:14:54 +0200 Subject: [PATCH] updated test for animation not in keyed each --- test/validator/samples/animation-not-in-keyed-each/errors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/validator/samples/animation-not-in-keyed-each/errors.json b/test/validator/samples/animation-not-in-keyed-each/errors.json index 3e0b2d3c0c..a21579ce4f 100644 --- a/test/validator/samples/animation-not-in-keyed-each/errors.json +++ b/test/validator/samples/animation-not-in-keyed-each/errors.json @@ -1,6 +1,6 @@ [{ "code": "invalid-animation", - "message": "An element that uses the animate directive must be the immediate child of a keyed each block", + "message": "An element that uses the animate directive must be used inside a keyed each block. Did you forget to add a key to your each block?", "start": { "line": 6, "column": 6,