mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 04:16:51 +00:00
Defined the collection name as a constant string and changed the tests to use it.
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user