File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Mastercard.Developer.OAuth1Signer.Tests/NetCore/Signers Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ public void TestSign_ShouldAddOAuth1HeaderToGetRequest()
6767 Assert . IsNotNull ( request . Headers . Authorization ) ;
6868 }
6969
70- public void TestSign_ShoulThrowArgumentNullException_WhenNullRequest ( )
70+ [ TestMethod ]
71+ public void TestSign_ShouldThrowArgumentNullException_WhenNullRequest ( )
7172 {
7273 Assert . ThrowsException < ArgumentNullException > ( ( ) =>
7374 {
@@ -105,7 +106,8 @@ public async Task TestSignAsync_ShouldAddOAuth1HeaderToGetRequest()
105106 Assert . IsNotNull ( request . Headers . Authorization ) ;
106107 }
107108
108- public void TestSignAsync_ShoulThrowArgumentNullException_WhenNullRequest ( )
109+ [ TestMethod ]
110+ public void TestSignAsync_ShouldThrowArgumentNullException_WhenNullRequest ( )
109111 {
110112 Assert . ThrowsException < ArgumentNullException > ( ( ) =>
111113 {
You can’t perform that action at this time.
0 commit comments