Skip to content

Commit b934731

Browse files
committed
Update Action-Attributes.md (#1006)
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. e68271b
1 parent 05f44e5 commit b934731

File tree

4 files changed

+794
-794
lines changed

4 files changed

+794
-794
lines changed

articles/nunit/extending-nunit/Action-Attributes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,10 +357,10 @@ <h3 id="example-1">Example 1</h3>
357357
<h4 id="console-output-3">Console Output</h4>
358358
<pre><code class="lang-text"> Before Suite: Hello, from ActionAttributeSampleTests.{no method}.
359359
Before Case: Hello, from ActionAttributeSampleTests.SimpleTestOne.
360-
Test ran.
360+
Test One.
361361
After Case: Hello, from ActionAttributeSampleTests.SimpleTestOne.
362362
Before Case: Hello, from ActionAttributeSampleTests.SimpleTestTwo.
363-
Test ran.
363+
Test Two.
364364
After Case: Hello, from ActionAttributeSampleTests.SimpleTestTwo.
365365
After Suite: Hello, from ActionAttributeSampleTests.{no method}.
366366
</code></pre>

0 commit comments

Comments
 (0)