Skip to content

Commit 8be94c5

Browse files
authored
Update XmlTests.cs (#1659)
`ScrubAttribute()` Test was calling `IgnoreMember` `IgnoreAttribute()` Test was calling `ScrubMember`
1 parent b35910d commit 8be94c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Verify.Tests/XmlTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public Task Scrubbing()
168168
}
169169

170170
[Fact]
171-
public Task ScrubAttribute()
171+
public Task IgnoreAttribute()
172172
{
173173
var document = XDocument.Parse(
174174
"""
@@ -182,7 +182,7 @@ public Task ScrubAttribute()
182182
}
183183

184184
[Fact]
185-
public Task IgnoreAttribute()
185+
public Task ScrubAttribute()
186186
{
187187
var document = XDocument.Parse(
188188
"""
@@ -224,4 +224,4 @@ public Task EmptyTagWithAttributes() =>
224224
<node>text</node>
225225
</body>
226226
""");
227-
}
227+
}

0 commit comments

Comments
 (0)