mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
ci(build): Fixes a number of warnings for a cleaner build (#2529)
* Fixing a number of warnings for a cleaner build * Removing extra Summary slashes
This commit is contained in:
@@ -879,7 +879,6 @@ public class RepositoriesClientTests
|
||||
Assert.False(repository.Private);
|
||||
Assert.False(repository.Fork);
|
||||
Assert.Equal(AccountType.User, repository.Owner.Type);
|
||||
Assert.True(repository.WatchersCount > 0);
|
||||
}
|
||||
|
||||
[IntegrationTest]
|
||||
@@ -894,7 +893,6 @@ public class RepositoriesClientTests
|
||||
Assert.False(repository.Private);
|
||||
Assert.False(repository.Fork);
|
||||
Assert.Equal(AccountType.User, repository.Owner.Type);
|
||||
Assert.True(repository.WatchersCount > 0);
|
||||
}
|
||||
|
||||
[IntegrationTest]
|
||||
|
||||
Reference in New Issue
Block a user