We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044654e commit 657694eCopy full SHA for 657694e
src/Senparc.CO2NET.APM.Tests/DataOperationTests.cs
@@ -72,7 +72,7 @@ public async Task ReadAndCleanDataItemsTest()
72
Console.WriteLine("===============");
73
74
//Check if the current task has received the previous task
75
- var memoryData = await dataOperation.GetDataItemListAsync("内存");
+ var memoryData = await dataOperation.GetDataItemListAsync("Memory");
76
Assert.AreEqual(0, memoryData.Count);
77
78
var cpuData = await dataOperation.GetDataItemListAsync("CPU");
0 commit comments