Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 01736cb

Browse files
Fixing unit test
1 parent 33f6e9f commit 01736cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/IntegrationTests/Process/ProcessManagerIntegrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public async Task RemoteListTest()
126126
.GetGitRemoteEntries(TestRepoMasterCleanSynchronized)
127127
.StartAsAsync();
128128

129-
gitRemotes.Should().BeEquivalentTo(new GitRemote("origin","https://github.com/EvilStanleyGoldman/IOTestsRepo.git","github.com",GitRemoteFunction.Both));
129+
gitRemotes.Should().BeEquivalentTo(new GitRemote("origin", "github.com", "https://github.com/EvilStanleyGoldman/IOTestsRepo.git", GitRemoteFunction.Both));
130130
}
131131

132132
[Test]

0 commit comments

Comments
 (0)