Skip to content

Commit 711fb41

Browse files
committed
Moved ResponseJsonTests.fs to integration tests
1 parent cf3f10d commit 711fb41

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
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
@@ -17,13 +17,15 @@
1717

1818
<ItemGroup>
1919
<Content Include="introspection.json" />
20+
<Content Include="introspection-altered-types.json" />
2021
<None Include="operation.graphql">
2122
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2223
</None>
2324
<Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
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

0 commit comments

Comments
 (0)