next batch of test cleanup (#2004)

This commit is contained in:
Brendan Forster
2019-09-20 10:41:04 -03:00
committed by GitHub
parent 89423fd69a
commit eb65e090ca
9 changed files with 13 additions and 19 deletions
+1 -1
View File
@@ -753,7 +753,7 @@ namespace Octokit.Tests.Http
var connection = new Connection(new ProductHeaderValue("OctokitTests"), new Uri("https://github.com/"));
Assert.Equal(new Uri("https://github.com/"), connection.BaseAddress);
Assert.True(connection.UserAgent.StartsWith("OctokitTests ("));
Assert.StartsWith("OctokitTests (", connection.UserAgent);
}
}