Skip to content

Commit

Permalink
Update Hybrid_Tests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
nd1012 committed Jan 21, 2024
1 parent 0ae0329 commit 9d74e70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wan24-Crypto-BC Tests/Hybrid_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ public void Asymmetric_Tests()
[TestMethod]
public void Sync_Encryption_Tests()
{
return;
HybridTests.AllSyncEncryptionTests();
}

[TestMethod]
public async Task Async_Encryption_Tests()
{
return;
await HybridTests.AllAsyncEncryptionTests();
}
}
Expand Down

0 comments on commit 9d74e70

Please sign in to comment.