Skip to content

Commit 44c3fc3

Browse files
committed
Rename test
1 parent 45b685b commit 44c3fc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ricaun.Revit.Installation.Tests/FinalPathName_Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class FinalPathName_Tests
1010
[TestCase("Program Files")] // English
1111
[TestCase("Arquivos de Programas")] // Portuguese
1212
[TestCase("Programme")] // German
13-
public void GetMainModuleFileName_Test(string programFiles)
13+
public void GetFinalPathName_For_ProgramFiles(string programFiles)
1414
{
1515
var pathShouldBe = Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles);
1616

0 commit comments

Comments
 (0)