Skip to content

Commit

Permalink
Merge pull request ninject#188 from sglienke/feature/test-fix
Browse files Browse the repository at this point in the history
get the correct class
  • Loading branch information
scott-xu committed Sep 12, 2015
2 parents f3dbc59 + dfdebd0 commit 898be06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ninject.Test/Integration/OptionalTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void OptionalMethodArgument()
[Fact]
public void OptionalProperty()
{
var testClass = this.kernel.Get<OptionalMethodArgumentTestClass>();
var testClass = this.kernel.Get<OptionalPropertyTestClass>();

testClass.Should().NotBeNull();
testClass.Warrior.Should().BeNull();
Expand Down

0 comments on commit 898be06

Please sign in to comment.