Fix tests

This commit is contained in:
Mike Lorbetske 2018-08-03 20:02:55 -07:00
parent 2b5cf41ee9
commit 201dfd581b
No known key found for this signature in database
GPG key ID: 9EA3D5A33FBABE3B
3 changed files with 5 additions and 4 deletions

View file

@ -18,7 +18,8 @@ namespace EndToEnd
"1.0",
"1.1",
"2.0",
"2.1"
"2.1",
"2.2"
}.Select(version => new object[] { version });
}
}