Skip to content

Commit a22f004

Browse files
committed
Fix regression on non-Windows
1 parent 713d7a8 commit a22f004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sasstests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def test_compile_source_map(self):
251251
self.assertEqual(
252252
A_EXPECTED_CSS_WITH_MAP.replace(
253253
'SOURCE',
254-
normalize_path(filename)
254+
normalize_path(os.path.abspath(filename))
255255
),
256256
actual
257257
)

0 commit comments

Comments
 (0)