Skip to content

Commit

Permalink
test updated
Browse files Browse the repository at this point in the history
BIDI11 is in process to leave IBOV and at 2022-06-21 it had no trade, but it is still in the IBOV composition and that test was leading to a failure.
  • Loading branch information
wilsonfreitas committed Jun 22, 2022
1 parent 7e45011 commit 50341ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-cotahist.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ test_that("it should extract options data from cotahist dataset", {
})

test_that("it should extract specific symbols from cotahist dataset", {
symbols <- index_comp_get("IBOV")
symbols <- c("PETR3", "PETR4")
df <- cotahist_get_symbols(ch, symbols)
expect_equal(length(symbols), nrow(df))
})
Expand Down

0 comments on commit 50341ff

Please sign in to comment.