Skip to content

Commit

Permalink
Updated repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
samsmithnz committed Jul 12, 2023
1 parent ca569f3 commit 7cfc70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RepoGovernance.Tests/SummaryItemsControllerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public async Task GetSummaryItemsTest()


//Ensure they are alphabetical
Assert.AreEqual("TBS", summaryItems[^1].Repo);
Assert.AreEqual("TurnBasedEngine", summaryItems[^1].Repo);
}

[TestMethod]
Expand Down

0 comments on commit 7cfc70a

Please sign in to comment.