Skip to content

Commit

Permalink
Update tests/testthat/test-utils.R
Browse files Browse the repository at this point in the history
Co-authored-by: j-smola <[email protected]>
  • Loading branch information
gladkia and j-smola authored Oct 3, 2024
1 parent f053c6b commit ac9331d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ test_that("average_biological_replicates_dt works as expected", {
expect_true("count" %in% names(avg_metrics_data2))

# protection against regression
# (GDR-2591, fit_type correctly recognized in wide and long format)
# fit_type correctly recognized in wide and long format
sdata <- get_synthetic_data("finalMAE_small")
smetrics_data <- convert_se_assay_to_dt(sdata[[1]], "Metrics")
tdata <- smetrics_data[1:8, ]
Expand Down

0 comments on commit ac9331d

Please sign in to comment.