Skip to content

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Aug 9, 2024
1 parent d0f736e commit 75fe736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-write-encodings.R
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ test_that("double -> INT96", {

# TODO: fix tests
if (.Platform$OS.type == "windows" && getRversion() < "4.2.0") {
skip("Needs INT96 read w/o converting to time
skip("Needs INT96 read w/o converting to time")
}

do <- function(d) {
Expand Down

0 comments on commit 75fe736

Please sign in to comment.