Skip to content

Commit 4932a4b

Browse files
ryanbrandenburgmkArtakMSFT
authored andcommitted
Fix typemismatch
1 parent 3b1a0e4 commit 4932a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Identity/test/Identity.Test/IdentityUIScriptsTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ private async Task<string> GetShaIntegrity(ScriptTag scriptTag)
5353
using (var alg256 = SHA256.Create())
5454
using (var alg384 = SHA384.Create())
5555
{
56-
string hash;
56+
byte[] hash;
5757
if(isSha256)
5858
{
5959
hash = alg256.ComputeHash(respStream);

0 commit comments

Comments
 (0)