Skip to content

Commit

Permalink
and again
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-enzlein committed Jun 4, 2024
1 parent d29d98c commit 970c062
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/testthat/test_loadData_mzML.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ test_that("data can be loaded and processed from mzML",
app$click("process")
Sys.sleep(30)
cat(timeNow(), "done!\n")
exp <- app$get_values(export = TRUE)

cat(timeNow(), "performing pca...\n")
app$click("doPca")
Expand All @@ -45,6 +44,9 @@ test_that("data can be loaded and processed from mzML",
app$click("doClust")
Sys.sleep(5)

cat(timeNow(), "extracting values...\n")
exp <- app$get_values(export = TRUE)

cat(timeNow(), "check loading sucess\n")
expect_equal(exp$export$isSpectrumList, TRUE)
expect_equal(exp$export$numSpec, 144)
Expand Down

0 comments on commit 970c062

Please sign in to comment.