summaryrefslogtreecommitdiff
path: root/product/Presentation/Presenters/StatusBarPresenterSpecs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'product/Presentation/Presenters/StatusBarPresenterSpecs.cs')
-rw-r--r--product/Presentation/Presenters/StatusBarPresenterSpecs.cs9
1 files changed, 3 insertions, 6 deletions
diff --git a/product/Presentation/Presenters/StatusBarPresenterSpecs.cs b/product/Presentation/Presenters/StatusBarPresenterSpecs.cs
index 5702512..5cd1ea6 100644
--- a/product/Presentation/Presenters/StatusBarPresenterSpecs.cs
+++ b/product/Presentation/Presenters/StatusBarPresenterSpecs.cs
@@ -3,7 +3,6 @@ using Gorilla.Commons.Testing;
using MoMoney.Presentation.Model.messages;
using MoMoney.Presentation.Views;
using MoMoney.Presentation.Winforms.Resources;
-using MoMoney.Service.Infrastructure.Eventing;
namespace MoMoney.Presentation.Presenters
{
@@ -14,14 +13,12 @@ namespace MoMoney.Presentation.Presenters
() => view.was_told_to(v => v.display(ApplicationIcons.green_circle, "Ready"));
context c = () =>
- {
- view = the_dependency<IStatusBarView>();
- broker = the_dependency<IEventAggregator>();
- };
+ {
+ view = the_dependency<IStatusBarView>();
+ };
because b = () => sut.notify(new NewProjectOpened(""));
static IStatusBarView view;
- static IEventAggregator broker;
}
} \ No newline at end of file