Skip to content

Commit

Permalink
Not needed due to setUp/tearDown
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldev committed Apr 8, 2017
1 parent bf9a547 commit 97c4ed5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions JLRoutesTests/JLRoutesTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,6 @@ - (void)testPriority

[self route:@"priorityTest://stuff/bar/baz"];
JLValidateAnyRouteMatched();

[[JLRoutes routesForScheme:@"priorityTest"] removeAllRoutes];
}

- (void)testBlockReturnValue
Expand Down Expand Up @@ -649,8 +647,6 @@ - (void)testPercentEncoding
JLValidateAnyRouteMatched();
JLValidateParameterCount(1);
JLValidateParameter(@{@"userID": @"joel]levin"});

[JLRoutes setShouldDecodePlusSymbols:YES];
}

- (void)testDecodePlusSymbols
Expand Down

0 comments on commit 97c4ed5

Please sign in to comment.