Skip to content

Commit 7dd546f

Browse files
rikrakkevinkuszyk
authored andcommitted
Removed unused using statements
1 parent ae40b80 commit 7dd546f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/FluentAssertions.Mvc.Tests.Shared/ActionResultAssertions_Tests.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
using System;
22
using NUnit.Framework;
3-
using FluentAssertions.Mvc.Tests.Fakes;
4-
using FluentAssertions.Mvc;
5-
6-
#if NETCOREAPP1_0
7-
using Microsoft.AspNetCore.Mvc;
8-
using Microsoft.AspNetCore.Routing;
9-
#else
103
using System.Web.Mvc;
114
using System.Web.Routing;
12-
#endif
135

146
namespace FluentAssertions.Mvc.Tests
157
{

0 commit comments

Comments
 (0)