We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3a56e commit a0a2927Copy full SHA for a0a2927
src/FluentAssertions.Mvc3/PartialViewResultAssertions.cs
@@ -9,7 +9,7 @@
9
namespace FluentAssertions.Mvc3
10
{
11
[DebuggerNonUserCode]
12
- public class PartialViewResultAssertions : ObjectAssertions
+ public class PartialViewResultAssertions : ViewResultBaseAssertions<ViewResult>
13
14
public PartialViewResultAssertions(PartialViewResult viewResult) : base(viewResult) { }
15
}
0 commit comments