Skip to content

Commit a0a2927

Browse files
committed
PartialViewResultAssertions base class changed to ViewResultBaseAssertions.
1 parent 9e3a56e commit a0a2927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FluentAssertions.Mvc3/PartialViewResultAssertions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
namespace FluentAssertions.Mvc3
1010
{
1111
[DebuggerNonUserCode]
12-
public class PartialViewResultAssertions : ObjectAssertions
12+
public class PartialViewResultAssertions : ViewResultBaseAssertions<ViewResult>
1313
{
1414
public PartialViewResultAssertions(PartialViewResult viewResult) : base(viewResult) { }
1515
}

0 commit comments

Comments
 (0)