Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 36fc1a5

Browse files
committed
Make things compile.
1 parent 6e722fb commit 36fc1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnitTests/GitHub.Exports/SimpleRepositoryModelTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static void SetupRepository(string sha)
5454
[InlineData(19, false, "[email protected]/foo/bar", "123123", @"src\dir\file1.cs", -1, -1, "https://github.com/foo/bar/blob/123123/src/dir/file1.cs")]
5555
public void GenerateUrl(int testid, bool createRootedPath, string baseUrl, string sha, string path, int startLine, int endLine, string expected)
5656
{
57-
using (var temp = new TempDirectory(output))
57+
using (var temp = new TempDirectory())
5858
{
5959
SetupRepository(sha);
6060

0 commit comments

Comments
 (0)