Skip to content

Commit

Permalink
lintr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaZeltser committed Jan 9, 2024
1 parent a44cf34 commit 8aded48
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/testthat/test-bed-merge.R
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ test_that(
class(simple.test.output),
'data.frame'
);

# check that the output has the correct number of columns
expect_equal(
ncol(simple.test.output),
Expand All @@ -154,7 +154,6 @@ test_that(
colnames(simple.test.output),
c('chr', 'start', 'end', 'annotation')
);

}
);

Expand Down Expand Up @@ -204,7 +203,7 @@ test_that(
simple.test.output$end,
simple.test.expected.output$end
);

expect_equal(
simple.test.output$annotation,
simple.test.expected.output$annotation
Expand Down

0 comments on commit 8aded48

Please sign in to comment.