We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ed3f7 commit e50c3c1Copy full SHA for e50c3c1
bxbot-exchanges/src/test/java/com/gazbert/bxbot/exchanges/TestOkcoinExchangeAdapter.java
@@ -73,12 +73,12 @@
73
*/
74
@RunWith(PowerMockRunner.class)
75
@PowerMockIgnore({
76
- "javax.crypto.*",
77
- "javax.management.*",
78
- "com.sun.org.apache.xerces.*",
79
- "javax.xml.parsers.*",
80
- "org.xml.sax.*",
81
- "org.w3c.dom.*"
+ "javax.crypto.*",
+ "javax.management.*",
+ "com.sun.org.apache.xerces.*",
+ "javax.xml.parsers.*",
+ "org.xml.sax.*",
+ "org.w3c.dom.*"
82
})
83
@PrepareForTest(OkCoinExchangeAdapter.class)
84
@Deprecated(forRemoval = true)
0 commit comments