diff options
Diffstat (limited to 'src/DotNetOpenAuth.Test/OAuth/ServiceProviderTests.cs')
-rw-r--r-- | src/DotNetOpenAuth.Test/OAuth/ServiceProviderTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/OAuth/ServiceProviderTests.cs b/src/DotNetOpenAuth.Test/OAuth/ServiceProviderTests.cs index ae74376..82e02e7 100644 --- a/src/DotNetOpenAuth.Test/OAuth/ServiceProviderTests.cs +++ b/src/DotNetOpenAuth.Test/OAuth/ServiceProviderTests.cs @@ -18,7 +18,7 @@ namespace DotNetOpenAuth.Test.OAuth { /// <summary> /// Verifies the CreateVerificationCode method. /// </summary> - [TestCase] + [Test] public void CreateVerificationCode() { this.TestCode(VerificationCodeFormat.Numeric, 3, MessagingUtilities.Digits); this.TestCode(VerificationCodeFormat.AlphaLower, 5, MessagingUtilities.LowercaseLetters); |