Skip to content

Commit

Permalink
Removed extra lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Sep 20, 2021
1 parent 5993b14 commit bfe8b33
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ public void LegacyRouteFormat_WithPathBase_MatchesExcpectedRoute(string expected
Assert.Equal(expectedRoute, filteredRoute);
}


[Theory]
[InlineData("myController", "myAction", "myArea")]
[InlineData("myController", "myAction", null)]
Expand All @@ -193,7 +192,6 @@ public void LegacyRouteFormat_ValidRoutes_MatchPreviousImplementationResult(stri
// Assert
Assert.Equal(LegacyFormat(controller, action, area), filteredRoute);
}

}
}
#endif

0 comments on commit bfe8b33

Please sign in to comment.