Skip to content

Commit

Permalink
get the correct class
Browse files Browse the repository at this point in the history
  • Loading branch information
sglienke committed Sep 11, 2015
1 parent f3dbc59 commit dfdebd0
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 dfdebd0

Please sign in to comment.