Skip to content

Commit 6307cf8

Browse files
committed
1 parent 0950da2 commit 6307cf8

File tree

1 file changed

+2
-3
lines changed
  • Tests/dynaimcLinqTestObjects

1 file changed

+2
-3
lines changed

Tests/dynaimcLinqTestObjects/New.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ public static partial class DynamicLinqTestObjects {
1010
[TestObject("New")]
1111
internal static readonly Expression NewNamed = Expr(p => new DateTime(2001, 1, 1, 0,0,0, DateTimeKind.Local));
1212

13-
// pending https://github.com/zzzprojects/System.Linq.Dynamic.Core/issues/442
14-
//[TestObject("New")]
15-
//internal static readonly Expression NewNamed1 = Expr(p => new Uri("https://www.example.com/", UriKind.Absolute));
13+
[TestObject("New")]
14+
internal static readonly Expression NewNamed1 = Expr(p => new Uri("https://www.example.com/", UriKind.Absolute));
1615
}
1716
}

0 commit comments

Comments
 (0)