Skip to content

Commit

Permalink
Merge pull request #106 from IEvangelist/fix-test
Browse files Browse the repository at this point in the history
Fix broken test
  • Loading branch information
gewarren authored May 15, 2024
2 parents a2f25c8 + 9af0aae commit 8de6372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DotNet.GitHubTests/ModelExtensionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public async Task ToMarkDownCorrectlyGeneratesContentTest()
await foreach (ProjectSupportReport report in reporter.ReportAsync(project, 90))
{
string expected = """
The following project file(s) target a .NET version which is no longer supported.
The following project file(s) target a .NET version that's no longer supported.
This is an auto-generated issue, detailed and discussed in [dotnet/docs#22271](https://github.com/dotnet/docs/issues/22271).

| Target version | End of life | Release notes | Nearest LTS TFM version |
Expand Down

0 comments on commit 8de6372

Please sign in to comment.