Skip to content

Commit

Permalink
fix other unit test error
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlavallee92 committed May 16, 2024
1 parent ccfe867 commit f164718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-attributes.R
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ test_that("concept attributes build", {

tt <- unit("%") #gram per deciliter
expect_s4_class(tt, "conceptAttribute")
expect_equal(tt@name, "unit")
expect_equal(tt@name, "Unit")
expect_equal(tt@conceptSet[[1]]@concept_id, 8554L)
expect_equal(tt@conceptSet[[1]]@concept_name, "%")
})
Expand Down

0 comments on commit f164718

Please sign in to comment.