File tree Expand file tree Collapse file tree
Kepware.Api.Test/ApiClient Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ protected async Task ConfigureToServeEndpoints(string filePath = "_data/simdemo_
221221
222222 // Additional endpoints for content=serialize mocking
223223 var projectPropertiesString = await File . ReadAllTextAsync ( "_data/projectLoadSerializeData/projectProperties.json" ) ;
224- var channel1String = await File . ReadAllTextAsync ( "_data/projectLoadSerializeData/channel1 .json" ) ;
224+ var channel1String = await File . ReadAllTextAsync ( "_data/projectLoadSerializeData/Channel1 .json" ) ;
225225 var sixteenBitDeviceString = await File . ReadAllTextAsync ( "_data/projectLoadSerializeData/dataTypeExamples.16BitDevice.json" ) ;
226226 var simExamplesChannelString = await File . ReadAllTextAsync ( "_data/projectLoadSerializeData/simulationExamples.json" ) ;
227227 var dte8BitBRegTagGroupString = await File . ReadAllTextAsync ( "_data/projectLoadSerializeData/dte.8bitDevice.Breg.json" ) ;
You can’t perform that action at this time.
0 commit comments