Skip to content

Commit bd6db47

Browse files
Evangelinkarturcic
authored andcommitted
Add missing this. prefix
1 parent 58b52c6 commit bd6db47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersion.Core.Tests/Core/RepositoryStoreTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public void GetBranchesContainingCommitThrowsDirectlyOnNullCommit()
210210
{
211211
using var fixture = new EmptyRepositoryFixture();
212212
var fixtureRepository = fixture.Repository.ToGitRepository();
213-
var gitRepoMetadataProvider = new RepositoryStore(log, fixtureRepository);
213+
var gitRepoMetadataProvider = new RepositoryStore(this.log, fixtureRepository);
214214

215215
Assert.Throws<ArgumentNullException>(() => gitRepoMetadataProvider.GetBranchesContainingCommit(null));
216216
}

0 commit comments

Comments
 (0)