Skip to content

Commit d2a746e

Browse files
committed
Moved ResponseJsonTests.fs to integration tests
1 parent 3c30224 commit d2a746e

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

tests/FSharp.Data.GraphQL.IntegrationTests/FSharp.Data.GraphQL.IntegrationTests.fsproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
<ItemGroup>
1818
<Content Include="introspection.json" />
19+
<Content Include="introspection-altered-types.json" />
1920
<None Include="operation.graphql">
2021
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2122
</None>
@@ -24,6 +25,7 @@
2425
<Compile Include="Helpers.fs" />
2526
<Compile Include="LocalProviderTests.fs" />
2627
<Compile Include="LocalProviderWithOptionalParametersOnlyTests.fs" />
28+
<Compile Include="ResponseJsonTests.fs" />
2729
<Compile Include="SwapiLocalProviderTests.fs" />
2830
<Compile Include="SwapiRemoteProviderTests.fs" />
2931
</ItemGroup>

tests/FSharp.Data.GraphQL.Tests/ResponseJsonTests.fs renamed to tests/FSharp.Data.GraphQL.IntegrationTests/ResponseJsonTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module FSharp.Data.GraphQL.Tests.ResponseJsonTests
1+
module FSharp.Data.GraphQL.IntegrationTests.ResponseJsonTests
22

33
open System
44
open Xunit

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
<Compile Include="NameValueLookupTests.fs" />
5555
<Compile Include="SubscriptionTests.fs" />
5656
<Compile Include="AstExtensionsTests.fs" />
57-
<Compile Include="ResponseJsonTests.fs" />
5857
<Compile Include="Program.fs" />
5958
</ItemGroup>
6059

@@ -66,7 +65,6 @@
6665
<ItemGroup>
6766
<ProjectReference Include="..\..\src\FSharp.Data.GraphQL.Shared\FSharp.Data.GraphQL.Shared.fsproj" />
6867
<ProjectReference Include="..\..\src\FSharp.Data.GraphQL.Server\FSharp.Data.GraphQL.Server.fsproj" />
69-
<ProjectReference Include="..\..\src\FSharp.Data.GraphQL.Client.DesignTime\FSharp.Data.GraphQL.Client.DesignTime.fsproj" />
7068
<ProjectReference Include="..\..\src\FSharp.Data.GraphQL.Server.Middleware\FSharp.Data.GraphQL.Server.Middleware.fsproj" />
7169
</ItemGroup>
7270
</Project>

0 commit comments

Comments
 (0)