You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Kepware.Api.Test/ApiClient/LoadEntity.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,7 @@ public async Task LoadEntityAsync_ShouldReturnTagCollection_WhenApiRespondsSucce
352
352
.ReturnsResponse(tagsJson,"application/json");
353
353
354
354
// Act
355
-
varresult=await_kepwareApiClient.GenericConfig.LoadCollectionAsync<DeviceTagGroupTagCollection,Tag>(newDeviceTagGroup("B Registers",newDevice("16 Bit Device","Data Type Examples")));
355
+
varresult=await_kepwareApiClient.GenericConfig.LoadCollectionAsync<DeviceTagCollection,Tag>(newDeviceTagGroup("B Registers",newDevice("16 Bit Device","Data Type Examples")));
356
356
357
357
// Assert
358
358
Assert.NotNull(result);
@@ -363,15 +363,15 @@ public async Task LoadEntityAsync_ShouldReturnTagCollection_WhenApiRespondsSucce
m_logger.LogInformation("Inserting {NumItems} {TypeName} on {Endpoint} in batch {BatchNr} of {TotalBatches} ...",pageItems.Count,typeof(K).Name,endpoint,i+1,totalPageCount);
313
+
m_logger.LogInformation("Inserting {NumItems} {TypeName}(s) on {Endpoint} in batch {BatchNr} of {TotalBatches} ...",pageItems.Count,typeof(K).Name,endpoint,i+1,totalPageCount);
0 commit comments