diff --git a/JLRoutesTests/JLRoutesTests.m b/JLRoutesTests/JLRoutesTests.m index 4b82799..487d4af 100644 --- a/JLRoutesTests/JLRoutesTests.m +++ b/JLRoutesTests/JLRoutesTests.m @@ -426,8 +426,6 @@ - (void)testPriority [self route:@"priorityTest://stuff/bar/baz"]; JLValidateAnyRouteMatched(); - - [[JLRoutes routesForScheme:@"priorityTest"] removeAllRoutes]; } - (void)testBlockReturnValue @@ -649,8 +647,6 @@ - (void)testPercentEncoding JLValidateAnyRouteMatched(); JLValidateParameterCount(1); JLValidateParameter(@{@"userID": @"joel]levin"}); - - [JLRoutes setShouldDecodePlusSymbols:YES]; } - (void)testDecodePlusSymbols