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

Commit c24604a

Browse files
committed
Fix expected test result.
1 parent 2167aff commit c24604a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnitTests/GitHub.App/Services/PullRequestServiceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public async Task ShouldReturnCorrectDefaultLocalBranchName()
6565

6666
var localRepo = Substitute.For<ILocalRepositoryModel>();
6767
var result = await service.GetDefaultLocalBranchName(localRepo, 123, "Pull requests can be \"named\" all sorts of thing's (sic)");
68-
Assert.Equal("pr/123-pull-requests-can-be-named-all-sorts-of-thing-s-sic-", result);
68+
Assert.Equal("pr/123-pull-requests-can-be-named-all-sorts-of-thing-s-sic", result);
6969
}
7070

7171
[Fact]

0 commit comments

Comments
 (0)