Skip to content

Commit d483539

Browse files
remove unnessasory changes
1 parent 871e17a commit d483539

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/UnitTests/AuthClientCredentialsTests/AuthClientCredentialsTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11

22
namespace NHS.CohortManager.Tests.UnitTests.JwtTokenServiceTests;
33

4+
using System.IdentityModel.Tokens.Jwt;
45
using System.Numerics;
56
using System.Security.Cryptography;
67
using System.Text;
8+
using System.Text.Json;
79
using System.Threading.Tasks;
810
using Common;
911
using Microsoft.Extensions.Logging;
1012
using Microsoft.Extensions.Options;
13+
using Microsoft.IdentityModel.Tokens;
1114
using Moq;
1215
using Moq.Protected;
1316

0 commit comments

Comments
 (0)