Skip to content

Commit 150779a

Browse files
committed
Fixed the expected value in the new test
1 parent b40926c commit 150779a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Particular.LicensingComponent.UnitTests/ThroughputCollector/ThroughputCollector_Report_Throughput_Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ await DataStore.CreateBuilder()
266266

267267
Assert.Multiple(() =>
268268
{
269-
Assert.That(report.ReportData.TotalThroughput, Is.EqualTo(140), $"Incorrect TotalThroughput recorded");
269+
Assert.That(report.ReportData.TotalThroughput, Is.EqualTo(75), $"Incorrect TotalThroughput recorded");
270270
Assert.That(report.ReportData.TotalQueues, Is.EqualTo(1), $"Incorrect TotalQueues recorded");
271271
});
272272
}

0 commit comments

Comments
 (0)