Skip to content

Commit 0aa982f

Browse files
Fix solutionShort hyphen in test to match plugin
1 parent 571b42c commit 0aa982f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/site-with-errors.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ describe('site-with-errors', () => {
114114
url: 'http://127.0.0.1:4000/404.html',
115115
problemShort: 'needs review: page presents a horizontal scrollbar at a 320px wide viewport',
116116
solutionShort:
117-
'verify if sections of content can be viewed within the 320px wide viewport without needing to scroll in two-dimensions to read the content of an individual section',
117+
'verify if sections of content can be viewed within the 320px wide viewport without needing to scroll in two dimensions to read the content of an individual section',
118118
},
119119
]
120120
// Check that:

0 commit comments

Comments
 (0)