diff --git a/tests/testthat/test-get_cam_op.R b/tests/testthat/test-get_cam_op.R index f7748193..b23df31c 100644 --- a/tests/testthat/test-get_cam_op.R +++ b/tests/testthat/test-get_cam_op.R @@ -99,7 +99,7 @@ test_that("output matrix has sessions addded to locations as rownames", { sep = "__SESS_" ) n_locations <- length(mica_sessions$data$deployments$locationName) - expect_equal(nrow(cam_op_matrix), n_locations) + expect_identical(nrow(cam_op_matrix), n_locations) expect_identical(row.names(cam_op_matrix), locations_sessions) })