Skip to content

Commit

Permalink
Relax another seq() test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Jan 20, 2025
1 parent 976ee04 commit 15d219c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-posixt.R
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ test_that("generates the regular sequence along the full span", {

x <- date_time_build(2020, minute = c(2, 1, 5), zone = zone)

expect_identical(
expect_equal(
date_spanning_seq(x),
seq(
date_time_build(2020, minute = 1, zone = zone),
Expand Down

0 comments on commit 15d219c

Please sign in to comment.