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 09be453 commit 5e52260Copy full SHA for 5e52260
src/AngleSharp.Diffing.Tests/Strategies/DiffingStrategyPipelineTest.cs
@@ -1,10 +1,7 @@
1
using System;
2
using System.Linq;
3
-
4
using AngleSharp.Diffing.Core;
5
6
using Shouldly;
7
8
using Xunit;
9
10
namespace AngleSharp.Diffing.Strategies
@@ -22,7 +19,7 @@ public DiffingStrategyPipelineTest(DiffingTestFixture fixture) : base(fixture)
22
19
_ => throw new InvalidOperationException()
23
20
};
24
21
25
- [Fact(DisplayName = "Wen zero filter strategies have been added, true is returned")]
+ [Fact(DisplayName = "When zero filter strategies have been added, true is returned")]
26
public void Test1()
27
{
28
var sut = new DiffingStrategyPipeline();
0 commit comments