Skip to content

Commit e02e6a4

Browse files
Copilotxperiandri
andcommitted
Clarify introspection update test variable naming
Agent-Logs-Url: https://github.com/fsprojects/FSharp.Data.GraphQL/sessions/4998e0af-9a24-4088-a9a9-3318b08f3de9 Co-authored-by: xperiandri <2365592+xperiandri@users.noreply.github.com>
1 parent daa54cc commit e02e6a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/FSharp.Data.GraphQL.IntegrationTests/IntrospectionUpdateTests.fs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ let ``Update integration introspection file when schema changes`` () =
8080
task {
8181
use httpClient = TestHosts.createIntegrationHttpClient ()
8282
let! sourceStream = httpClient.GetStreamAsync("/")
83-
let! _ = updateIntrospectionFileAsync CancellationToken.None sourceStream
83+
let! wasUpdated = updateIntrospectionFileAsync CancellationToken.None sourceStream
8484
Assert.True(File.Exists introspectionFilePath)
85+
wasUpdated |> ignore
8586
}

0 commit comments

Comments
 (0)