Skip to content

Commit 8e70e8f

Browse files
fix tests
1 parent e35b18b commit 8e70e8f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/testthat/test-get_features.R

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,7 @@ test_that("Origin-spanning feature detection and offset", {
9898
# Test with bp = 5096 (plasmid length)
9999
df <- .feature_list_to_df(test_features, bp = 5096)
100100

101-
# Check that origin-spanning feature is detected
102-
expect_true(any(df$start > df$end))
103-
104-
# After offset, no feature should have start > end
101+
# After processing, no feature should have start > end (they should all be fixed)
105102
expect_true(all(df$start <= df$end))
106103

107104
# Check that the TurboID feature spans correctly

0 commit comments

Comments
 (0)