Skip to content

Commit

Permalink
Removes region
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewabest committed Jan 7, 2024
1 parent 451c3bd commit 5d30c79
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,6 @@ public void LibraryCodeShouldCallConfigureAwaitWhenAwaitingTasks_FailsWhenConfig
result.Failures.Single().Should().Be(expectedFailureMessage);
}

# region MustNotUseGuidNewGuid

private interface IGuidProvider
{
Guid CreateIdentifier();
Expand Down Expand Up @@ -571,7 +569,5 @@ public void MustNotUseGuidNewGuid_Failure()
result.Results.Should().OnlyContain(x => x.IsSatisfied == false);
result.Failures.Should().HaveCount(2);
}

# endregion
}
}

0 comments on commit 5d30c79

Please sign in to comment.