Skip to content

Commit

Permalink
Expect error tests allowed to be run to github
Browse files Browse the repository at this point in the history
  • Loading branch information
serkor1 committed Dec 9, 2023
1 parent 096c075 commit db24d9e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/testthat/test-getQuote.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ testthat::test_that(
desc = "getQuote failing GET requests from Binance Spot market",
code = {

# 1) skip tests on github
testthat::skip_on_ci()

testthat::expect_error(
object = cryptoQuotes::getQuote(
Expand All @@ -111,9 +109,6 @@ testthat::test_that(
desc = "getQuote failing GET requests from Binance Futures market",
code = {

# 1) skip tests on github
testthat::skip_on_ci()

testthat::expect_error(
object = cryptoQuotes::getQuote(
ticker = 'FAKETICKER',
Expand All @@ -131,9 +126,6 @@ testthat::test_that(
desc = "getQuote failing GET requests from KuCoin Futures market",
code = {

# 1) skip tests on github
testthat::skip_on_ci()

# 2) determine test parameter
testthat::expect_error(
object = cryptoQuotes::getQuote(
Expand All @@ -154,9 +146,6 @@ testthat::test_that(
desc = "getQuote failing GET requests from KuCoin Spot market",
code = {

# 1) skip tests on github
testthat::skip_on_ci()

# 2) determine test parameter
testthat::expect_error(
object = cryptoQuotes::getQuote(
Expand Down

0 comments on commit db24d9e

Please sign in to comment.