Skip to content

Commit 8928cc8

Browse files
Copilotulugbekna
andcommitted
Address review feedback: fix test description
Co-authored-by: ulugbekna <16353531+ulugbekna@users.noreply.github.com>
1 parent 5253f7c commit 8928cc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/github/githubRepository.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ describe('GitHubRepository', function () {
6363
assert.strictEqual(repo.getCachedBranches('owner', 'repo'), undefined);
6464
});
6565

66-
it('returns undefined for a different owner/repo than what was cached', function () {
66+
it('returns undefined for an owner/repo with no cache entry', function () {
6767
const url = 'https://github.com/owner/repo';
6868
const remote = new GitHubRemote('origin', url, new Protocol(url), GitHubServerType.GitHubDotCom);
6969
const rootUri = Uri.file('C:\\users\\test\\repo');

0 commit comments

Comments
 (0)