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

Commit 7a4a6e3

Browse files
author
Dan Walmsley
committed
Fixed test which was not initializing VM.
1 parent d617896 commit 7a4a6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnitTests/GitHub.App/ViewModels/RepositoryCloneViewModelTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public void IsTrueInitially()
220220
repositoryHost.ModelService.GetRepositories(Arg.Any<ITrackingCollection<IRemoteRepositoryModel>>()).Returns(_ => col);
221221
var cloneService = Substitute.For<IRepositoryCloneService>();
222222

223-
var vm = new RepositoryCloneViewModel(
223+
var vm = GetVM(
224224
repositoryHost,
225225
cloneService,
226226
Substitute.For<IOperatingSystem>(),

0 commit comments

Comments
 (0)