Skip to content

Commit e3f964e

Browse files
Correct helper interface name (#7)
1 parent 90be2ed commit e3f964e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/capturing-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In order to assist in debugging failing test (especially when running them on re
88

99
* xUnit.net v1 always captured output from `Console`, `Debug`, and `Trace`.
1010

11-
* xUnit.net v2 removed this ability and replaced it with an injectable `ITraceOutputHelper` that could be used to capture output from a test.
11+
* xUnit.net v2 removed this ability and replaced it with an injectable `ITestOutputHelper` that could be used to capture output from a test.
1212

1313
* xUnit.net v3 reintroduced the ability to capture output, which is disabled by default for backward compatibility with v2.
1414

0 commit comments

Comments
 (0)