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.
2 parents 720b13a + 920b0e3 commit 4f696d8Copy full SHA for 4f696d8
TestStack.BDDfy/Scanners/StepScanners/Fluent/ExpressionExtensions.cs
@@ -172,6 +172,7 @@ private static IEnumerable<object> ExtractConstants(ConstantExpression constantE
172
else
173
{
174
if (constantExpression.Type == typeof(string) ||
175
+ constantExpression.Type == typeof(decimal) ||
176
constantExpression.Type.IsPrimitive ||
177
constantExpression.Type.IsEnum ||
178
constantExpression.Value == null)
0 commit comments