Skip to content

Commit 474eb77

Browse files
Merge pull request #10340 from WilliamAntonRohm/issue-8359-unit
visualstudio-docs/issues/8359 -- clarify drilldown
2 parents ed02701 + 5037ba5 commit 474eb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test/walkthrough-creating-and-running-unit-tests-for-managed-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ A test method must meet the following requirements:
272272

273273
## Fix your code and rerun your tests
274274

275-
The test result contains a message that describes the failure. For the `AreEqual` method, the message displays what was expected and what was actually received. You expected the balance to decrease, but instead it increased by the amount of the withdrawal.
275+
The test result contains a message that describes the failure. You may need to drill down to see this message. For the `AreEqual` method, the message displays what was expected and what was actually received. You expected the balance to decrease, but instead it increased by the amount of the withdrawal.
276276

277277
The unit test has uncovered a bug: the amount of the withdrawal is *added* to the account balance when it should be *subtracted*.
278278

0 commit comments

Comments
 (0)