Skip to content

Commit b23dce3

Browse files
Copilotxperiandri
andauthored
Rename introspection stream variable for clarity
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 b214392 commit b23dce3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ let ``Update integration introspection file when schema changes`` () =
8484
Assert.True(File.Exists introspectionFilePath)
8585
if wasUpdated then
8686
let! sourceStreamSecondRun = httpClient.GetStreamAsync("/")
87-
use sourceStreamSecondRun = sourceStreamSecondRun
88-
let! wasUpdatedSecondRun = updateIntrospectionFileAsync CancellationToken.None sourceStreamSecondRun
87+
use sourceStreamForVerification = sourceStreamSecondRun
88+
let! wasUpdatedSecondRun = updateIntrospectionFileAsync CancellationToken.None sourceStreamForVerification
8989
Assert.False wasUpdatedSecondRun
9090
}

0 commit comments

Comments
 (0)