mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
Fixing unit test
Compile error introduced when model was removed from setup/index action
This commit is contained in:
@@ -69,7 +69,7 @@ namespace Orchard.Tests.Modules.Setup {
|
||||
[Test]
|
||||
public void IndexNormallyReturnsWithDefaultAdminUsername() {
|
||||
var controller = _container.Resolve<SetupController>();
|
||||
var result = controller.Index(null);
|
||||
var result = controller.Index();
|
||||
|
||||
Assert.That(result, Is.Not.Null);
|
||||
Assert.That(result, Is.TypeOf<ViewResult>());
|
||||
|
Reference in New Issue
Block a user