Skip to content

Commit 2623d7a

Browse files
committed
.
1 parent 1ae7271 commit 2623d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/System.Linq.Dynamic.Core.Tests/DynamicExpressionParserTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ public void DynamicExpressionParser_ParseLambda_StringLiteral_QuotationMark()
10581058
Assert.Equal(expectedRightValue, rightValue);
10591059
}
10601060

1061-
[Fact(Skip = "867")]
1061+
[Fact]
10621062
public void DynamicExpressionParser_ParseLambda_TupleToStringMethodCall_ReturnsStringLambdaExpression()
10631063
{
10641064
// Arrange

0 commit comments

Comments
 (0)