Skip to content

Commit

Permalink
Merge branch 'master' into age-fcase
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Dec 22, 2024
2 parents cfdd0c1 + afd13d3 commit 78bce85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/test-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,12 @@ test_that('get_age works', {
47.0,
47.0 + 1.0/366.0,

<<<<<<< HEAD

Check warning on line 129 in tests/testthat/test-utils.R

View workflow job for this annotation

GitHub Actions / lint

file=tests/testthat/test-utils.R,line=129,col=1,[error] unexpected input
7.0 + 1.0/366.0, # 366 days until 2032-12-22

Check warning on line 130 in tests/testthat/test-utils.R

View workflow job for this annotation

GitHub Actions / lint

file=tests/testthat/test-utils.R,line=130,col=6,[indentation_linter] Indentation should be 0 spaces but is 6 spaces.
NA_real_,
=======
7.0 + 1.0/366.0, # 366 days until 2032-12-22, not 367 (#23)
>>>>>>> master
NULL
)
)
Expand Down

0 comments on commit 78bce85

Please sign in to comment.