Defined the collection name as a constant string and changed the tests to use it.

This commit is contained in:
Kristian Hald
2015-04-20 21:48:08 +02:00
parent 7a69fa685e
commit 477730bcfa
2 changed files with 8 additions and 7 deletions
@@ -2,8 +2,9 @@
namespace Octokit.Tests.Integration.fixtures
{
[CollectionDefinition("Repositories Hooks Collection")]
[CollectionDefinition(Name)]
public class RepositoriesHooksCollection : ICollectionFixture<RepositoriesHooksFixture>
{
public const string Name = "Repositories Hooks Collection";
}
}