Change from DataTestMethod to TestMethod due to obsolete attribute
This commit is contained in:
@@ -64,7 +64,7 @@ namespace Cloudflare.Zones.Tests.RegistrarExtensions
|
||||
_clientMock.VerifyNoOtherCalls();
|
||||
}
|
||||
|
||||
[DataTestMethod]
|
||||
[TestMethod]
|
||||
[DataRow(null)]
|
||||
[DataRow("")]
|
||||
[DataRow(" ")]
|
||||
|
||||
Reference in New Issue
Block a user