Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit c512fae

Browse files
author
Geoff Kizer
committed
fix issue that was causing duplicate test execution
1 parent 5111a66 commit c512fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Net.Http/tests/FunctionalTests/HttpProtocolTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace System.Net.Http.Functional.Tests
1212
{
13-
public class HttpProtocolTests : HttpClientTest
13+
public class HttpProtocolTests : HttpClientTestBase
1414
{
1515
protected virtual Stream GetStream(Stream s) => s;
1616

0 commit comments

Comments
 (0)