Skip to content

Commit

Permalink
Test updated due to calendar change
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonfreitas committed Dec 29, 2023
1 parent c2a06c7 commit c716bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-calendar.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ test_that("it should create a business Calendar: Brazil's ANBIMA", {
expect_equal(bizdays("2013-08-13", "2022-07-01", cal), 2231)
expect_equal(bizdays("2013-08-13", "2023-01-02", cal), 2358)
expect_equal(bizdays("2013-08-13", "2024-01-02", cal), 2607)
expect_equal(bizdays("2013-08-13", "2025-01-02", cal), 2861)
expect_equal(bizdays("2013-08-13", "2025-01-02", cal), 2860)
})

test_that("it should work with unordered calendars", {
Expand Down

0 comments on commit c716bd2

Please sign in to comment.