Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Nov 15, 2016
1 parent b4952b7 commit b674ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/jare/tk/TkRelayTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public void sendsRequestThroughToHome() throws Exception {
* @throws Exception If some problem inside
*/
@Test(expected = HttpException.class)
public void catchesInvalidURLs() throws Exception {
public void catchesInvalidUrls() throws Exception {
new TkRelay(new FkBase()).act(
new RqFake(
Arrays.asList(
Expand Down

0 comments on commit b674ef2

Please sign in to comment.