Skip to content

Commit dbefafd

Browse files
authored
Merge pull request #10566 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch main)
2 parents 1bc3b62 + 5f7e80f commit dbefafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test/configure-unit-tests-by-using-a-dot-runsettings-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public TestContext TestContext { get; set; }
267267
[TestMethod] // [Test] for NUnit
268268
public void HomePageTest()
269269
{
270-
string _appURL = TestContext.Properties["webAppUrl"];
270+
string _appUrl = TestContext.Properties["webAppUrl"];
271271
}
272272
```
273273

0 commit comments

Comments
 (0)