Skip to content

Commit fac29f2

Browse files
committed
Fixed reference to renamed method
1 parent 7a2e636 commit fac29f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Ignia.Topics.Tests/TopicControllerTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public void FallbackController_IndexTest() {
133133
public void RedirectController_TopicRedirectTest() {
134134

135135
var controller = new RedirectController(_topicRepository);
136-
var result = controller.TopicRedirect(11110) as RedirectResult;
136+
var result = controller.Redirect(11110) as RedirectResult;
137137

138138
Assert.IsNotNull(result);
139139
Assert.IsTrue(result.Permanent);

0 commit comments

Comments
 (0)