Skip to content

Commit 015c098

Browse files
Cristian PopCristian Pop
authored andcommitted
Fixing test method name.
1 parent a9e5358 commit 015c098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/stress/IoTClientPerf/Scenarios/DeviceClientScenario.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public abstract class DeviceClientScenario : PerfScenario
2525
private readonly TelemetryMetrics _mRecv = new TelemetryMetrics();
2626
private readonly Stopwatch _swRecv = new Stopwatch();
2727

28-
private const string TestMethodName = "SendMessageToDevice";
28+
private const string TestMethodName = "PerfTestMethod";
2929
private readonly TelemetryMetrics _mMethod = new TelemetryMetrics();
3030
private readonly Stopwatch _swMethod = new Stopwatch();
3131
private readonly SemaphoreSlim _methodSemaphore = new SemaphoreSlim(0);

0 commit comments

Comments
 (0)