mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Updating name of event in unit test
--HG-- branch : dev
This commit is contained in:
@@ -137,7 +137,7 @@ namespace Orchard.Tests.Modules.Settings.Topology {
|
|||||||
Enumerable.Empty<ShellFeature>(),
|
Enumerable.Empty<ShellFeature>(),
|
||||||
Enumerable.Empty<ShellParameter>());
|
Enumerable.Empty<ShellParameter>());
|
||||||
|
|
||||||
Assert.That(eventBus.LastMessageName, Is.EqualTo(typeof(IShellDescriptorManager).FullName + ".UpdateShellDescriptor"));
|
Assert.That(eventBus.LastMessageName, Is.EqualTo("ShellDescriptor_Changed"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user