finished tests around http2

This commit is contained in:
TomPallister
2020-02-21 16:49:26 +00:00
parent 2772ce406d
commit ec8a5b6ddf
5 changed files with 236 additions and 4 deletions

View File

@ -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]