We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b685b commit 44c3fc3Copy full SHA for 44c3fc3
1 file changed
ricaun.Revit.Installation.Tests/FinalPathName_Tests.cs
@@ -10,7 +10,7 @@ public class FinalPathName_Tests
10
[TestCase("Program Files")] // English
11
[TestCase("Arquivos de Programas")] // Portuguese
12
[TestCase("Programme")] // German
13
- public void GetMainModuleFileName_Test(string programFiles)
+ public void GetFinalPathName_For_ProgramFiles(string programFiles)
14
{
15
var pathShouldBe = Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles);
16
0 commit comments