Skip to content

Commit e1cf984

Browse files
committed
Fix verify check
1 parent 1434ad2 commit e1cf984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RubberduckTests/SourceControl/SourceControlViewModelTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ public void CloneRepo_ClonesRepo()
647647
_vm.CloneRepoOkButtonCommand.Execute(null);
648648

649649
//Assert
650-
_provider.Verify(git => git.Clone(remotePath, localDirectory, new SecureCredentials(string.Empty, new SecureString())));
650+
_provider.Verify(git => git.Clone(remotePath, localDirectory, null));
651651
}
652652

653653
[TestMethod]

0 commit comments

Comments
 (0)