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 @@ -226,7 +226,7 @@ protected async Task ConfigureToServeEndpoints(string filePath = "_data/simdemo_
226226 // Additional endpoints for content=serialize mocking
227227 var projectPropertiesString = await File . ReadAllTextAsync ( "_data/projectLoadSerializeData/projectProperties.json" ) ;
228228 var channel1String = await File . ReadAllTextAsync ( "_data/projectLoadSerializeData/Channel1.json" ) ;
229- var sixteenBitDeviceString = await File . ReadAllTextAsync ( "_data/projectLoadSerializeData/dataTypeExamples.16BitDevice .json" ) ;
229+ var sixteenBitDeviceString = await File . ReadAllTextAsync ( "_data/projectLoadSerializeData/dataTypeExamples.16bitDevice .json" ) ;
230230 var simExamplesChannelString = await File . ReadAllTextAsync ( "_data/projectLoadSerializeData/simulationExamples.json" ) ;
231231 var dte8BitBRegTagGroupString = await File . ReadAllTextAsync ( "_data/projectLoadSerializeData/dte.8bitDevice.Breg.json" ) ;
232232 var dte8BitKRegTagGroupString = await File . ReadAllTextAsync ( "_data/projectLoadSerializeData/dte.8bitDevice.Kreg.json" ) ;
You can’t perform that action at this time.
0 commit comments