We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05685f commit 743e51dCopy full SHA for 743e51d
blowdrycss/unit_tests/test_utilities.py
@@ -253,7 +253,7 @@ def test_print_minification_stats_SCSS(self):
253
# On Travis CI these auto-generated files are inaccessible and need to be recreated.
254
# Change the expected file size reduction percentage since Ubuntu's math is different.
255
# Create directories and SCSS files if they do not exist.
256
- _folder = 'test_examplesite/test_scss'
+ _folder = 'test_examplesite/test_css'
257
blowdry_scss = unittest_file_path(_folder, '_blowdry.scss')
258
blowdry_min_scss = unittest_file_path(_folder, '_blowdry.min.scss')
259
0 commit comments