Skip to content

Commit

Permalink
generalize test description
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Oct 20, 2024
1 parent 1b024d0 commit dfc1b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-integer64.R
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ test_that("empty inputs give empty outputs for arithmetic", {
expect_identical(xor(y, x), logical())
})

test_that("semantics about mixed double/integer64 multiplication are respected", {
test_that("semantics about mixed types for multiplication are respected", {
int = 5L
i64 = as.integer64(2L)
dbl = 3.5
Expand Down

0 comments on commit dfc1b87

Please sign in to comment.