Skip to content

Commit

Permalink
removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
marklauter committed Jun 25, 2024
1 parent e53df06 commit f8df7d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Plumber.Tests/PlumberTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@ public async Task InjectIntoInvokeAsync()
.Use<DependencyInjectedMiddleware>();

var response = await handler.InvokeAsync(request);
response = await handler.InvokeAsync(request);
response = await handler.InvokeAsync(request);
response = await handler.InvokeAsync(request);


Assert.Equal("request - injected", response);
}
Expand Down

0 comments on commit f8df7d2

Please sign in to comment.