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

Commit 48b369c

Browse files
committed
Correct test name
We're now adding the owner and repository name to the path.
1 parent b5199ad commit 48b369c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/GitHub.App.UnitTests/ViewModels/Dialog/Clone/RepositoryCloneViewModelTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public async Task Path_Is_Initialized()
111111
}
112112

113113
[Test]
114-
public async Task Repository_Name_Is_Appended_To_Base_Path()
114+
public async Task Owner_And_Repository_Name_Is_Appended_To_Base_Path()
115115
{
116116
var target = CreateTarget();
117117

0 commit comments

Comments
 (0)