Skip to content

Commit 150b995

Browse files
committed
fix: file names for test data
1 parent 98db689 commit 150b995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Kepware.Api.Test/ApiClient/_TestApiClientBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)