Change from DataTestMethod to TestMethod due to obsolete attribute
This commit is contained in:
@@ -116,7 +116,7 @@ namespace Cloudflare.Zones.Tests.ZoneHoldsExtensions
|
||||
Assert.AreEqual(0, dict.Count);
|
||||
}
|
||||
|
||||
[DataTestMethod]
|
||||
[TestMethod]
|
||||
[DataRow(true)]
|
||||
[DataRow(false)]
|
||||
public void ShouldReturnQueryParameter(bool includeSubdomains)
|
||||
|
||||
Reference in New Issue
Block a user