We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceffa57 commit 942f346Copy full SHA for 942f346
1 file changed
tests/testthat/test-plot_genes.R
@@ -18,4 +18,9 @@ test_that("plot_genes works", {
18
19
expect_doppelganger("plot_genes", test_plot_genes)
20
21
+ # try again with the genes in a different order
22
+ genes <- genes[c(8,5,4,6,2,3,7,1),]
23
+
24
+ expect_doppelganger("plot_genes", test_plot_genes)
25
26
})
0 commit comments