Skip to content

Commit 779b1d6

Browse files
committed
fix(test): fixed file name for case sensitive linux environments
1 parent 13a64f6 commit 779b1d6

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
@@ -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");

0 commit comments

Comments
 (0)