Skip to content

Commit

Permalink
Don't skip a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Sep 9, 2024
1 parent ff4c910 commit eb5a5db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/Tests.Infrastructure/QueryExecutionTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1771,7 +1771,6 @@ public virtual Task Project2_Where() => _g
.Where(x => x.Item2.Length == 3)
.Verify();

#if (NET7_0_OR_GREATER) //TODO: What's up with them snapshots having a different order on < .NET 7 ?
[Fact]
public virtual Task Project2_Where_lower() => _g
.Inject(42)
Expand All @@ -1782,7 +1781,6 @@ public virtual Task Project2_Where_lower() => _g
.Where(x => x.Item2.Length < 3)
.Cast<(string A, object[] B)>()
.Verify();
#endif

[Fact]
public virtual Task Project2_with_Property() => _g
Expand Down

0 comments on commit eb5a5db

Please sign in to comment.