Skip to content

Commit

Permalink
[binance] rename tests class names
Browse files Browse the repository at this point in the history
  • Loading branch information
rizer1980 committed May 10, 2024
1 parent b2f7701 commit 40e4a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

// Github build give http 451 error(Unavailable For Legal Reasons)
@Ignore
public class BinanceExchangeTypeTest {
public class BinanceExchangeTypeIntegration {

@Test
public void testConnections() throws InterruptedException, IOException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
import info.bitrich.xchangestream.core.StreamingExchangeFactory;
import io.reactivex.disposables.Disposable;
import java.io.IOException;
import java.util.List;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.knowm.xchange.ExchangeSpecification;
Expand All @@ -27,7 +25,7 @@

// Github build give http 451 error(Unavailable For Legal Reasons)
@Ignore
public class BinanceStreamExchangeTypeTest {
public class BinanceStreamExchangeTypeIntegration {

@Test
public void testConnections() throws InterruptedException, IOException {
Expand Down

0 comments on commit 40e4a7c

Please sign in to comment.