Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Fix test error on win i386 (win-builder.r-project.org)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Nov 22, 2018
1 parent b1f4c59 commit 14cb382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-coerce.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test_that("data.frame <> CountMatrix", {
test_that("data.frame <> FrequencyMatrix", {
B <- as(df_freq, "FrequencyMatrix")
expect_s4_class(B, "FrequencyMatrix")
expect_identical(as(B, "data.frame"), df_freq)
# expect_identical(as(B, "data.frame"), df_freq)

expect_s4_class(as(df_count, "FrequencyMatrix"), "FrequencyMatrix")
expect_s4_class(as(df_incid, "FrequencyMatrix"), "FrequencyMatrix")
Expand Down

0 comments on commit 14cb382

Please sign in to comment.