Skip to content

Commit 75c3e38

Browse files
committed
Fixing tests
1 parent a421868 commit 75c3e38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Unity.Specification/Parameter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public override IUnityContainer GetContainer()
1313
}
1414

1515
[TestClass]
16-
public class Injected : Unity.Specification.Parameter.Injected.SpecificationTests
16+
public class Injected : Unity.Specification.Parameter.Injection.SpecificationTests
1717
{
1818
public override IUnityContainer GetContainer()
1919
{
@@ -63,7 +63,7 @@ public override IUnityContainer GetContainer()
6363
}
6464

6565
[TestClass]
66-
public class Injected : Unity.Specification.Parameter.Injected.SpecificationTests
66+
public class Injected : Unity.Specification.Parameter.Injection.SpecificationTests
6767
{
6868
public override IUnityContainer GetContainer()
6969
{

0 commit comments

Comments
 (0)