mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 17:28:16 +08:00
finished tests around http2
This commit is contained in:
@ -8,13 +8,13 @@
|
||||
|
||||
public class VersionCreatorTests
|
||||
{
|
||||
private readonly VersionCreator _creator;
|
||||
private readonly HttpVersionCreator _creator;
|
||||
private string _input;
|
||||
private Version _result;
|
||||
|
||||
public VersionCreatorTests()
|
||||
{
|
||||
_creator = new VersionCreator();
|
||||
_creator = new HttpVersionCreator();
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
Reference in New Issue
Block a user