Skip to content

Commit

Permalink
Chore: Update test message
Browse files Browse the repository at this point in the history
Close #1417
  • Loading branch information
molant authored and alrra committed Oct 18, 2018
1 parent ce8ef9a commit 45c1158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hint-amp-validator/tests/tests.ts
Expand Up @@ -25,7 +25,7 @@ const defaultTests: Array<HintTest> = [
serverConfig: invalidAMPHTML,
reports: [
{
message: `The mandatory attribute '⚡' is missing in tag 'html ⚡ for top-level html'. (https://www.ampproject.org/docs/reference/spec#required-markup)`,
message: `The mandatory attribute '⚡' is missing in tag 'html'. (https://www.ampproject.org/docs/reference/spec#required-markup)`,
position: {
column: 0,
line: 2
Expand Down

0 comments on commit 45c1158

Please sign in to comment.