Skip to content

Commit

Permalink
[gateio-v4] Disable test with example code
Browse files Browse the repository at this point in the history
  • Loading branch information
bigscoop committed Jan 26, 2024
1 parent b53e3df commit 8201b1d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import static org.assertj.core.api.Assertions.assertThat;

import java.lang.reflect.Proxy;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.knowm.xchange.gateio.GateioExchangeWiremock;
import org.knowm.xchange.gateio.config.Config;
Expand All @@ -20,6 +21,7 @@ class GateioBaseServiceTest extends GateioExchangeWiremock {
}


@Disabled
@Test
void correct_proxy_factory() {
GateioBaseService service = ((GateioBaseService) exchange.getAccountService());
Expand Down

0 comments on commit 8201b1d

Please sign in to comment.