Skip to content

Commit e377030

Browse files
committed
Tweaked the ShouldNotHaveTempDataProperty method signature.
1 parent 144bc4e commit e377030

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TestStack.FluentMvcTesting/ControllerExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public static TempDataResultTest ShouldHaveTempDataProperty<TValue>(this Control
105105
return new TempDataResultTest(controller);
106106
}
107107

108-
public static TempDataResultTest ShouldNotHaveTempDataProperty(this Controller controller, string key)
108+
public static TempDataResultTest ShouldNotHaveTempDataProperty(this ControllerBase controller, string key)
109109
{
110110
var actual = controller.TempData[key];
111111

0 commit comments

Comments
 (0)