Skip to content

Commit 6b80b45

Browse files
committed
fix: make type internal
1 parent c034899 commit 6b80b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bunit/Extensions/Internal/AngleSharpWrapperExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Bunit.Web.AngleSharp;
55
/// <summary>
66
/// Extensions for <see cref="IElement"/> wrapped inside <see cref="WrapperBase{TElement}" /> types.
77
/// </summary>
8-
public static class AngleSharpWrapperExtensions
8+
internal static class AngleSharpWrapperExtensions
99
{
1010
/// <summary>
1111
/// Unwraps a wrapped AngleSharp object, if it has been wrapped.

0 commit comments

Comments
 (0)