Skip to content

Commit

Permalink
test: avoid optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
niekdt committed Apr 3, 2024
1 parent 2cf9899 commit 812349d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-cluslong.R
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ test_that('trajectory length warning', {
test_that('"time" column', {
timeData = copy(testLongData)
setnames(timeData, 'time', 'time')
method = lcMethodTestKML(time = 'time')
method = lcMethodTestLMKM(time = 'time')
model = latrend(method, data = timeData)
expect_is(model, 'lcModel')
})
Expand Down

0 comments on commit 812349d

Please sign in to comment.