From 0cb5c9e635bf94707c920227d4bd20c51e37922a Mon Sep 17 00:00:00 2001 From: Ryan Boland Date: Mar 04 2020 14:17:04 +0000 Subject: fix testing issue --- diff --git a/test/functions_test.rb b/test/functions_test.rb index 4b25c4b..7771672 100644 --- a/test/functions_test.rb +++ b/test/functions_test.rb @@ -140,7 +140,7 @@ module SassC assert_match /Error: error in C function function_that_raises_errors/, exception.message assert_match /Intentional wrong thing happened somewhere inside the custom function/, exception.message - assert_equal "[SassC::FunctionsHandler] Intentional wrong thing happened somewhere inside the custom function", stderr_output + assert_match /\[SassC::FunctionsHandler\] Intentional wrong thing happened somewhere inside the custom function/, stderr_output end def test_function_that_returns_a_sass_value