Skip to content

Commit 776ff87

Browse files
authored
Fixed wrong letter case
1 parent 4cf78af commit 776ff87

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)