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.
1 parent 327b7a3 commit a30173fCopy full SHA for a30173f
E2eTestWebApp/TestPages/WhereTestPage.cs
@@ -29,7 +29,7 @@ public async Task<string> GetDebugString()
29
30
public async Task<string> TestWhere0()
31
{
32
- return await GetDebugString();
+ // return await GetDebugString();
33
34
var result = RunTest("Date Equal",
35
await (await SetupData()).Where(x => x.DateOfBirth.Value.Date == new DateTime(2020, 2, 10)).ToListAsync(),
0 commit comments