Skip to content

Commit

Permalink
fix build issue (#43320)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored Apr 10, 2024
1 parent 325e3d5 commit 2c7b592
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
using System.IO;
using System.Linq;
using System.Reflection;
using System.Security.Cryptography.Cose;
using System.Text;
using System.Text.Json;
using System.Threading;
using System.Threading.Tasks;
using Azure.Core;
using Azure.Core.TestFramework;
using Azure.Identity;
using Azure.Security.CodeTransparency.Receipt;
using System.Security.Cryptography.Cose;
using NUnit.Framework;

namespace Azure.Security.CodeTransparency.Tests
Expand Down Expand Up @@ -304,4 +305,4 @@ public async Task Snippet_Sample4_Test()
Assert.NotNull(signature, "Signature should have been found");
}
}
}
}

0 comments on commit 2c7b592

Please sign in to comment.