Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Jul 17, 2023
1 parent 59282f4 commit 7e18b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-readMaxQuantXML.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test_that("reading MQ XML file works", {
system.file("extdata", "mq_example", "1356_mqpar.xml",
package = "einprot"))
expect_type(mq, "list")
expect_equal(length(mq), 17)
expect_equal(length(mq), 15)
expect_named(mq, c("MaxQuant version", "Parameter file", "Search engine",
"Raw file location", "Raw files", "Sample names",
"Databases", "Contaminants",
Expand Down

0 comments on commit 7e18b6d

Please sign in to comment.