From 408c50236d18421ac02852642fd7e5dc9057e2db Mon Sep 17 00:00:00 2001 From: Zachiah Sawyer Date: Sun, 9 Aug 2020 09:11:34 -0600 Subject: [PATCH] Fix failing test --- test/css/samples/unused-selector-string-concat/_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/css/samples/unused-selector-string-concat/_config.js b/test/css/samples/unused-selector-string-concat/_config.js index 5f5bb5f792..ea8f85754e 100644 --- a/test/css/samples/unused-selector-string-concat/_config.js +++ b/test/css/samples/unused-selector-string-concat/_config.js @@ -16,7 +16,7 @@ export default { }, { code: 'css-unused-selector', - message: 'Unused CSS selector ".fooba"', + message: 'Unused CSS selector ".foobb"', frame: `10: .foo {color: red;} 11: .fooaa {color: red;}