Skip to content

Commit 47dbd92

Browse files
committed
add line ending to end of file
1 parent cf39f42 commit 47dbd92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/testthat/test-doquery.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ test_that("do_query works for contexts",{
4242
expect_true(is(MAE,'MultiAssayExperiment'))
4343

4444
Sys.setenv("TESTTHAT"="")
45-
})
45+
})

tests/testthat/test-query.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,4 +418,4 @@ test_that("study factors is as expected", {
418418
expect_equal(ncol(df),5)
419419
# number rows
420420
expect_equal(nrow(df),24) #25
421-
})
421+
})

0 commit comments

Comments
 (0)