From 0813325490b2cdac5d34d534814b75f3421fda03 Mon Sep 17 00:00:00 2001 From: Pieter Huybrechts <48065851+PietrH@users.noreply.github.com> Date: Fri, 3 Nov 2023 17:05:49 +0100 Subject: [PATCH] end file on linebreak --- tests/testthat/test-read_camtrap_dp.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-read_camtrap_dp.R b/tests/testthat/test-read_camtrap_dp.R index 85b836ac..4a23de73 100644 --- a/tests/testthat/test-read_camtrap_dp.R +++ b/tests/testthat/test-read_camtrap_dp.R @@ -602,4 +602,4 @@ test_that("v1.0:project$captureMethod values are replaced with v0.1.6 values", { dp_v1_with_media$project$captureMethod, c("motionDetection", "timeLapse") ) -}) \ No newline at end of file +})