Skip to content

Commit e6091de

Browse files
committed
Fixup leaked stream
1 parent 153a16b commit e6091de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp.Tests/RebaseFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public void CanContinueRebase()
108108
{
109109
Touch(repo.Info.WorkingDirectory,
110110
conflict.Theirs.Path,
111-
repo.Lookup<Blob>(conflict.Theirs.Id).GetContentStream(new FilteringOptions(conflict.Theirs.Path)));
111+
repo.Lookup<Blob>(conflict.Theirs.Id).GetContentText(new FilteringOptions(conflict.Theirs.Path)));
112112
repo.Stage(conflict.Theirs.Path);
113113
}
114114

0 commit comments

Comments
 (0)