From 013acabb6bcb21b91f25c2fb34c2a239810bb57f Mon Sep 17 00:00:00 2001 From: Prasath Premkumar Date: Sun, 19 Apr 2015 01:48:45 +0530 Subject: [PATCH] #11: PsTwitterTest todo description updated --- .../org/takes/facets/auth/social/PsTwitterTest.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/test/java/org/takes/facets/auth/social/PsTwitterTest.java b/src/test/java/org/takes/facets/auth/social/PsTwitterTest.java index 3b12dc337..78c7ec022 100644 --- a/src/test/java/org/takes/facets/auth/social/PsTwitterTest.java +++ b/src/test/java/org/takes/facets/auth/social/PsTwitterTest.java @@ -40,11 +40,11 @@ public final class PsTwitterTest { * Twitter authorization process. * @throws IOException If error occurs in the process * @todo #12:30min/DEV Test to be implemented for PsTwitter - * using a oauth mock library (eg:wiremock). Need to modify - * PsTwitter to accept url from configurations, so that url - * can be changed for test and real env accordingly. - * Response to be stubbed for both token and verify_credentials - * calls and assertions to be performed for the values returned. + * using a oauth mock library (eg:wiremock). Need to modify + * PsTwitter to accept url from configurations, so that url + * can be changed for test and real env accordingly. + * Response to be stubbed for both token and verify_credentials + * calls and assertions to be performed for the values returned. */ @Ignore @Test