Skip to content

Commit 3c0dc43

Browse files
author
Viktor Tochonov
committed
Splitted LinqTests and ObjectListFilterLinqTests into separated files
1 parent 506110c commit 3c0dc43

File tree

5 files changed

+653
-574
lines changed

5 files changed

+653
-574
lines changed

src/FSharp.Data.GraphQL.Server.Middleware/TypeSystemExtensions.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ module TypeSystemExtensions =
3737
| filters -> ValueSome (OfTypes filters)
3838
| _ -> ValueNone
3939

40-
4140
type ResolveFieldContext with
4241

4342
/// <summary>

tests/FSharp.Data.GraphQL.Tests/FSharp.Data.GraphQL.Tests.fsproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
<Compile Include="Variables and Inputs\InputNullableStringTests.fs" />
6464
<Compile Include="Variables and Inputs\InputEnumTests.fs" />
6565
<Compile Include="Variables and Inputs\InputListTests.fs" />
66-
<Compile Include="LinqTests.fs" />
66+
<Compile Include="SelectLinqTests.fs" />
67+
<Compile Include="ObjectListFilterLinqTests.fs" />
6768
<Compile Include="DeferredTests.fs" />
6869
<Compile Include="SubscriptionTests.fs" />
6970
<Compile Include="MiddlewareTests.fs" />

0 commit comments

Comments
 (0)