From 8c22cfae67446e89d948a52e34b375093f2bf07e Mon Sep 17 00:00:00 2001 From: Joseph McCarthy Date: Fri, 25 Dec 2015 01:05:24 +0000 Subject: [PATCH] Remove Prepare annotation, not needed. --- src/test/java/net/rcarz/jiraclient/WorklogTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/net/rcarz/jiraclient/WorklogTest.java b/src/test/java/net/rcarz/jiraclient/WorklogTest.java index 4ad2c59..91ff60f 100644 --- a/src/test/java/net/rcarz/jiraclient/WorklogTest.java +++ b/src/test/java/net/rcarz/jiraclient/WorklogTest.java @@ -14,7 +14,6 @@ import static junit.framework.Assert.assertEquals; import static org.mockito.Matchers.anyString; @RunWith(PowerMockRunner.class) -@PrepareForTest(JSONObject.class) public class WorklogTest { private SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS");