Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed May 15, 2024
1 parent a2f25c8 commit 9af0aae
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 9af0aae

Please sign in to comment.