Skip to content

Commit

Permalink
Update tests/PinguApps.Appwrite.Client.Tests/Handlers/ClientCookieSes…
Browse files Browse the repository at this point in the history
…sionHandlerTests.cs

Co-authored-by: codefactor-io[bot] <47775046+codefactor-io[bot]@users.noreply.github.com>
  • Loading branch information
pingu2k4 and codefactor-io[bot] authored Jul 15, 2024
1 parent b0e709c commit be7db6b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,4 @@ public async Task SendAsync_InvalidJsonInSessionCookie_DoesNotThrowJsonException
Assert.Null(caughtException);
_mockAppwriteClient.Verify(client => client.SetSession(It.IsAny<string>()), Times.Never);
}

}

0 comments on commit be7db6b

Please sign in to comment.