Skip to content

Commit 657694e

Browse files
JeffreySuCopilot
andauthored
Update src/Senparc.CO2NET.APM.Tests/DataOperationTests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 044654e commit 657694e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Senparc.CO2NET.APM.Tests/DataOperationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public async Task ReadAndCleanDataItemsTest()
7272
Console.WriteLine("===============");
7373

7474
//Check if the current task has received the previous task
75-
var memoryData = await dataOperation.GetDataItemListAsync("内存");
75+
var memoryData = await dataOperation.GetDataItemListAsync("Memory");
7676
Assert.AreEqual(0, memoryData.Count);
7777

7878
var cpuData = await dataOperation.GetDataItemListAsync("CPU");

0 commit comments

Comments
 (0)