Skip to content

Commit 0cb5c9e

Browse files
committed
fix testing issue
1 parent 275fe38 commit 0cb5c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functions_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def test_function_with_error
140140

141141
assert_match /Error: error in C function function_that_raises_errors/, exception.message
142142
assert_match /Intentional wrong thing happened somewhere inside the custom function/, exception.message
143-
assert_equal "[SassC::FunctionsHandler] Intentional wrong thing happened somewhere inside the custom function", stderr_output
143+
assert_match /\[SassC::FunctionsHandler\] Intentional wrong thing happened somewhere inside the custom function/, stderr_output
144144
end
145145

146146
def test_function_that_returns_a_sass_value

0 commit comments

Comments
 (0)