Skip to content

Commit d4270af

Browse files
committed
Corrected namespace in PartialViewResultAssertions tests class.
1 parent 73907f3 commit d4270af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FluentAssertions.Mvc3.Tests/PartialViewResultAssertions_Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Web.Mvc;
66
using NUnit.Framework;
77

8-
namespace FluentAssertions.Mvc3.Tests
8+
namespace FluentAssertions.Mvc.Tests
99
{
1010
[TestFixture]
1111
public class PartialViewResultAssertions_Tests

0 commit comments

Comments
 (0)