Skip to content

Commit 743e51d

Browse files
committed
Fixed travis test failure. _folder = 'test_examplesite/test_css'
1 parent d05685f commit 743e51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blowdrycss/unit_tests/test_utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def test_print_minification_stats_SCSS(self):
253253
# On Travis CI these auto-generated files are inaccessible and need to be recreated.
254254
# Change the expected file size reduction percentage since Ubuntu's math is different.
255255
# Create directories and SCSS files if they do not exist.
256-
_folder = 'test_examplesite/test_scss'
256+
_folder = 'test_examplesite/test_css'
257257
blowdry_scss = unittest_file_path(_folder, '_blowdry.scss')
258258
blowdry_min_scss = unittest_file_path(_folder, '_blowdry.min.scss')
259259

0 commit comments

Comments
 (0)