Skip to content

Commit

Permalink
Update Action-Attributes.md (#1006)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jchesshirAspire authored Jan 7, 2025
1 parent 53b72b3 commit e68271b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/articles/nunit/extending-nunit/Action-Attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,10 @@ public class ActionAttributeSampleTests
```text
Before Suite: Hello, from ActionAttributeSampleTests.{no method}.
Before Case: Hello, from ActionAttributeSampleTests.SimpleTestOne.
Test ran.
Test One.
After Case: Hello, from ActionAttributeSampleTests.SimpleTestOne.
Before Case: Hello, from ActionAttributeSampleTests.SimpleTestTwo.
Test ran.
Test Two.
After Case: Hello, from ActionAttributeSampleTests.SimpleTestTwo.
After Suite: Hello, from ActionAttributeSampleTests.{no method}.
```
Expand Down

0 comments on commit e68271b

Please sign in to comment.