We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35910d commit 8be94c5Copy full SHA for 8be94c5
src/Verify.Tests/XmlTests.cs
@@ -168,7 +168,7 @@ public Task Scrubbing()
168
}
169
170
[Fact]
171
- public Task ScrubAttribute()
+ public Task IgnoreAttribute()
172
{
173
var document = XDocument.Parse(
174
"""
@@ -182,7 +182,7 @@ public Task ScrubAttribute()
182
183
184
185
- public Task IgnoreAttribute()
+ public Task ScrubAttribute()
186
187
188
@@ -224,4 +224,4 @@ public Task EmptyTagWithAttributes() =>
224
<node>text</node>
225
</body>
226
""");
227
-}
+}
0 commit comments