Skip to content

Commit b2e3a26

Browse files
committed
ported TestSuite
1 parent a89f52c commit b2e3a26

File tree

2 files changed

+411
-1
lines changed

2 files changed

+411
-1
lines changed

UnitTests/TestSuite.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5039,7 +5039,7 @@ public void DecryptBytesExplicitAlg()
50395039
}
50405040

50415041
[Fact]
5042-
public void DecryptBytesExplicitAlg_StringSDk()
5042+
public void DecryptBytesExplicitAlg_StringSDK()
50435043
{
50445044
//given
50455045
string token = Jose.JWT.EncodeBytes(BinaryPayload, testSuiteUtils.PubKey(), "RSA1_5", "A256GCM");
@@ -5152,6 +5152,7 @@ public void DecryptWrongEnc()
51525152
//then
51535153
Assert.Throws<InvalidAlgorithmException>(() => Jose.JWT.Decrypt(token, aes128Key, JweAlgorithm.DIR, JweEncryption.A192GCM));
51545154
}
5155+
51555156
[Fact]
51565157
public void DecryptWrongEnc_StringSDK()
51575158
{

0 commit comments

Comments
 (0)