Change from DataTestMethod to TestMethod due to obsolete attribute
This commit is contained in:
@@ -179,7 +179,7 @@ namespace Cloudflare.Core.Tests
|
||||
// Assert - ArgumentOutOfRangeException
|
||||
}
|
||||
|
||||
[DataTestMethod]
|
||||
[TestMethod]
|
||||
[DataRow(-1)]
|
||||
[DataRow(11)]
|
||||
[ExpectedException(typeof(ArgumentOutOfRangeException))]
|
||||
|
||||
Reference in New Issue
Block a user