Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
weshinsley committed Nov 21, 2023
1 parent bfb08d0 commit 5cac915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-odin-dust.R
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ test_that("integer divide works", {
expect_identical(as.numeric(yy$w)[-1], steps %/% 2)
expect_identical(as.numeric(yy$x)[-1], steps %/% 1.5)
expect_identical(as.numeric(yy$y)[-1], 5.5 %/% (steps + 0.5))

})


Expand Down

0 comments on commit 5cac915

Please sign in to comment.