Skip to content

Commit

Permalink
Incorrect reference to Github issue fixed. Related to #638
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnetjunkie committed Dec 1, 2018
1 parent ffbac0f commit f79da08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimpleInjector.Tests.Unit/RegisterCollectionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2492,7 +2492,7 @@ public void CollectionRegister_SupplyingRegistrationsForVariantAbstractionWithOn
Assert.AreEqual(0, bases.Count(), "No registrations were made for IContra<Base>.");
}

// Test for #637.
// Test for #638.
[TestMethod]
public void GetAllInstances_TwoOpenGenericCovariantsWithTypeConstraintsRegistered_ResolvesExpectedInstances()
{
Expand Down

0 comments on commit f79da08

Please sign in to comment.