Skip to content

Commit

Permalink
Forgot base.SetupDependencies on CommandTestFixture
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondentler committed Mar 26, 2011
1 parent 2b2f467 commit 6c008f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Framework/src/Ncqrs.Spec/CommandTestFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public abstract class CommandTestFixture<TCommand>

protected override void SetupDependencies()
{
base.SetupDependencies();
CommandExecutor = BuildCommandExecutor();
}

Expand Down

0 comments on commit 6c008f8

Please sign in to comment.