Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
Update issue number to the correct one.
  • Loading branch information
martincostello committed Oct 31, 2023
1 parent e404873 commit 3403310
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public partial class IssuesTests
[InlineData(true)]
[InlineData(false)]
[Theory]
public void OverrideLibraryStrategies_898(bool overrideStrategy)
public void OverrideLibraryStrategies_1072(bool overrideStrategy)
{
// arrange
var services = new ServiceCollection();
Expand Down

0 comments on commit 3403310

Please sign in to comment.