Skip to content

Commit 5a1b5b1

Browse files
committed
Moved ResponseJsonTests.fs to integration tests
1 parent 45d0e93 commit 5a1b5b1

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<Content Include="integration-introspection.json" />
2020
<Content Include="reserved_scalar_input_date_introspection.json" />
2121
<Content Include="reserved_scalar_object_date_introspection.json" />
22+
<Content Include="introspection-altered-types.json" />
2223
<None Include="operation.graphql">
2324
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2425
</None>
@@ -30,6 +31,7 @@
3031
<Compile Include="ReservedScalarNameProviderTests.fs" />
3132
<Compile Include="LocalProviderTests.fs" />
3233
<Compile Include="LocalProviderWithOptionalParametersOnlyTests.fs" />
34+
<Compile Include="ResponseJsonTests.fs" />
3335
<Compile Include="SwapiLocalProviderTests.fs" />
3436
<Compile Include="SwapiRemoteProviderTests.fs" />
3537
</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/introspection-altered-types.json renamed to tests/FSharp.Data.GraphQL.IntegrationTests/introspection-altered-types.json

File renamed without changes.

0 commit comments

Comments
 (0)