Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
slowkow committed Apr 25, 2024
1 parent bfa5356 commit 1ca3eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-hla_alignments.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ for (i in seq(nrow(my_genes))) {
expect_no_error({
a <- hla_alignments(my_gene, type = my_type, release = my_release, verbose = FALSE)
}, message = "^(Downloading|Writing|Reading)")
expect_named(a, c("sequences", "alleles", "onehot", "file", "release"))
expect_named(a, c("sequences", "alleles", "onehot", "gene", "type", "release", "file"))
expect_equal(length(a$sequences), nrow(a$alleles))
expect_equal(length(a$sequences), nrow(a$onehot))
}
Expand Down

0 comments on commit 1ca3eae

Please sign in to comment.