Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samsmithnz committed Apr 25, 2023
1 parent f1fe9be commit 4f0e63f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/DotNetCensus.Tests/ConsoleRepoAppTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void RunSamplesWithTotalsFromBranchAndRepoTest()
string expected = @"Framework FrameworkFamily Count Status
-------------------------------------------------------------
.NET 5.0 .NET 2 deprecated
.NET 6.0 .NET 4 supported
.NET 6.0 .NET 6 supported
.NET 6.0-android .NET 1 supported
.NET 6.0-ios .NET 1 supported
.NET 6.0-maccatalyst .NET 1 supported
Expand All @@ -107,7 +107,7 @@ public void RunSamplesWithTotalsFromBranchAndRepoTest()
.NET Standard 2.0 .NET Standard 3 supported
(Unknown) (Unknown) 2 unknown
Visual Basic 6 Visual Basic 6 1 deprecated
total frameworks 48
total frameworks 50
";

Expand Down
4 changes: 2 additions & 2 deletions src/DotNetCensus.Tests/RepoDataAccessTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void FrameworkSummaryWithCurrentRepoAndBranchTest()
string expected = @"Framework FrameworkFamily Count Status
-------------------------------------------------------------
.NET 5.0 .NET 2 deprecated
.NET 6.0 .NET 4 supported
.NET 6.0 .NET 6 supported
.NET 6.0-android .NET 1 supported
.NET 6.0-ios .NET 1 supported
.NET 6.0-maccatalyst .NET 1 supported
Expand All @@ -108,7 +108,7 @@ public void FrameworkSummaryWithCurrentRepoAndBranchTest()
.NET Standard 2.0 .NET Standard 3 supported
(Unknown) (Unknown) 2 unknown
Visual Basic 6 Visual Basic 6 1 deprecated
total frameworks 48
total frameworks 50
";

//Act
Expand Down

0 comments on commit 4f0e63f

Please sign in to comment.