Skip to content

Commit 033702f

Browse files
committed
--
1 parent fe2973c commit 033702f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/System.Linq.Dynamic.Core.NewtonsoftJson.Tests/NewtonsoftJsonTests.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,4 @@ public void Where_With_Select()
424424
var first = result.First();
425425
first.Value<string>().Should().Be("Doe");
426426
}
427-
428-
private class PhoneNumber
429-
{
430-
public int Number { get; set; }
431-
}
432427
}

0 commit comments

Comments
 (0)