Skip to content

Commit

Permalink
Merge pull request #6 from martincostello/Fix-Type-Accessibility
Browse files Browse the repository at this point in the history
Fix ITestOutputHelperExtensions accessibility
  • Loading branch information
martincostello authored Aug 19, 2018
2 parents 0def351 + b77c34a commit b59a087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logging.XUnit/ITestOutputHelperExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Xunit.Abstractions
/// A class containing extension methods for the <see cref="ITestOutputHelper"/> interface. This class cannot be inherited.
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
internal static class ITestOutputHelperExtensions
public static class ITestOutputHelperExtensions
{
/// <summary>
/// Returns an <see cref="ILoggerFactory"/> that logs to the output helper.
Expand Down

0 comments on commit b59a087

Please sign in to comment.