Skip to content

Commit d7cf362

Browse files
committed
Fixing spelling mistake in test name
1 parent 37fcee6 commit d7cf362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NTestDataBuilder.Tests/EquivalenceClasses/EnumEquivalenceClassesTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public EnumEquivalenceClassesTests()
1414
}
1515

1616
[Fact]
17-
public void WhenGettingAnyOfEnum_ThenReturnSequentialtEnumValueEveryTimeUntilItWrapsAroundAgain()
17+
public void WhenGettingAnyOfEnum_ThenReturnSequentialEnumValueEveryTimeUntilItWrapsAroundAgain()
1818
{
1919
var values = new[]
2020
{

0 commit comments

Comments
 (0)