| @@ -132,7 +132,7 @@ public void ReadComponents_Reads_AllNestedDirectories_And_OutputsAllComponents() |
|
|
| 132 |
132 |
"""; |
| 133 |
133 |
var pathBReader = new MemoryStream(Encoding.UTF8.GetBytes(pathBConfig)); |
| 134 |
134 |
|
| 135 |
|
-fileSystem.Setup(x => x.GetFileSystemEntries("C:\\pathA", "*"+VSConfig, true)).Returns(new[] { pathAConfigFile, pathBConfigFile }); |
|
135 |
+fileSystem.Setup(x => x.GetFileSystemEntries("C:\\pathA", "*" + VSConfig, true)).Returns(new[] { pathAConfigFile, pathBConfigFile }); |
| 136 |
136 |
|
| 137 |
137 |
fileSystem.Setup(x => x.OpenFile(pathAConfigFile)).Returns(pathAReader); |
| 138 |
138 |
fileSystem.Setup(x => x.OpenFile(pathBConfigFile)).Returns(pathBReader); |