Skip to content

Commit 5e093b1

Browse files
committed
fix tests
1 parent d97be6f commit 5e093b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/testthat/test-heatmap.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test_that("Calculate heatmap for a ttest ", {
1717
id = data[["ID"]][candidates, ],
1818
groups = data[["group"]])
1919

20-
vdiffr::expect_doppelganger("Heatmap_ttest", t_heatmap[["heatmap"]])
20+
vdiffr::expect_doppelganger("Heatmap_ttest", t_heatmap)#[["heatmap"]])
2121

2222
})
2323

@@ -60,6 +60,6 @@ test_that("Calculate heatmap for an ANOVA ", {
6060
id = data[["ID"]][union_candidates, ],
6161
groups = data[["group"]])
6262

63-
vdiffr::expect_doppelganger("Heatmap_ANOVA", t_heatmap[["heatmap"]])
63+
vdiffr::expect_doppelganger("Heatmap_ANOVA", t_heatmap)#[["heatmap"]])
6464

6565
})

0 commit comments

Comments
 (0)