Skip to content

Commit e14ac76

Browse files
authored
fix: Comment in TestContextBase
1 parent cbca1f9 commit e14ac76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bunit.core/TestContextBase.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ public abstract class TestContextBase : IDisposable
2222
public ITestRenderer Renderer => testRenderer ??= CreateTestRenderer();
2323

2424
/// <summary>
25-
/// Hey YouTube, I'm a comment!
25+
/// Creates the renderer.
2626
/// </summary>
27-
/// <returns></returns>
2827
protected abstract ITestRenderer CreateTestRenderer();
2928

3029
/// <summary>

0 commit comments

Comments
 (0)