Index: test/DeltaShell/DeltaShell.Tests/Core/DeltaShellApplicationSettingsTest.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a --- test/DeltaShell/DeltaShell.Tests/Core/DeltaShellApplicationSettingsTest.cs (.../DeltaShellApplicationSettingsTest.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ test/DeltaShell/DeltaShell.Tests/Core/DeltaShellApplicationSettingsTest.cs (.../DeltaShellApplicationSettingsTest.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -11,13 +11,12 @@ public void PropertyChangedWorksForWrappedSettings() { var settings = new TestSettings(); - + var wrappedSettings = new DeltaShellApplicationSettings(settings); int callCount = 0; wrappedSettings.PropertyChanged += (s, e) => callCount++; wrappedSettings["Name"] = "kees"; - Assert.AreEqual(1,callCount); + Assert.AreEqual(1, callCount); } - } } \ No newline at end of file