File tree 1 file changed +4
-4
lines changed
src/Tools/Extensions.ApiDescription.Client/test
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -185,10 +185,10 @@ public void SerializeMetadata_ReturnsExpectedString()
185
185
} ;
186
186
187
187
var input = new TaskItem ( identity , metadata ) ;
188
- var expectedResult = $ "Identity={ identity } |ClassName=azureMonitorClient |" +
189
- "CodeGenerator=NSwagCSharp|FirstForGenerator=true|Namespace=ConsoleClient |" +
190
- "Options=|OriginalItemSpec=../files/azureMonitor.json |" +
191
- "OutputPath=C: \\ dd \\ dnx \\ AspNetCore \\ artifacts \\ obj \\ ConsoleClient\\ azureMonitorClient.cs " ;
188
+ var expectedResult = $ "Identity={ identity } |FirstForGenerator=true |" +
189
+ "Options=|CodeGenerator=NSwagCSharp |" +
190
+ "OutputPath=C: \\ dd \\ dnx \\ AspNetCore \\ artifacts \\ obj \\ ConsoleClient \\ azureMonitorClient.cs |" +
191
+ "Namespace= ConsoleClient|OriginalItemSpec=../files/azureMonitor.json|ClassName=azureMonitorClient " ;
192
192
193
193
// Act
194
194
var result = MetadataSerializer . SerializeMetadata ( input ) ;
You can’t perform that action at this time.
0 commit comments