Skip to content

Commit 1c01578

Browse files
committed
Remove InMemoryMetrics from tests that didn't even
1 parent e726b8d commit 1c01578

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Foundatio.TestHarness/Jobs/JobQueueTestsBase.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ public virtual async Task CanRunMultipleQueueJobsAsync()
133133
var queues = new List<IQueue<SampleQueueWorkItem>>();
134134
try
135135
{
136-
using var metrics = new InMemoryMetrics(FoundatioDiagnostics.Meter.Name, _logger);
137-
138136
for (int i = 0; i < jobCount; i++)
139137
{
140138
var q = GetSampleWorkItemQueue(retries: 1, retryDelay: TimeSpan.Zero);

0 commit comments

Comments
 (0)