Skip to content

Commit 82b6ca2

Browse files
Update Action-Attributes.md
Fix what appears to be a copy/paste error in the documentation. The output for Test One and Test Two was changed, but the actual output did not reflect the change.
1 parent 53b72b3 commit 82b6ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/articles/nunit/extending-nunit/Action-Attributes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -335,10 +335,10 @@ public class ActionAttributeSampleTests
335335
```text
336336
Before Suite: Hello, from ActionAttributeSampleTests.{no method}.
337337
Before Case: Hello, from ActionAttributeSampleTests.SimpleTestOne.
338-
Test ran.
338+
Test One.
339339
After Case: Hello, from ActionAttributeSampleTests.SimpleTestOne.
340340
Before Case: Hello, from ActionAttributeSampleTests.SimpleTestTwo.
341-
Test ran.
341+
Test Two.
342342
After Case: Hello, from ActionAttributeSampleTests.SimpleTestTwo.
343343
After Suite: Hello, from ActionAttributeSampleTests.{no method}.
344344
```

0 commit comments

Comments
 (0)