mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 03:55:55 +00:00
Update impacted tests to use new Context creation and Delete helper methods
This commit is contained in:
@@ -433,7 +433,7 @@ public class RepositoriesClientTests
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
Helper.DeleteRepo(_repository);
|
||||
Helper.DeleteRepo(Helper.GetAuthenticatedClient().Connection, _repository);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user