Skip to content

Commit

Permalink
fix failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlavallee92 committed May 16, 2024
1 parent d0d02bb commit ccfe867
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 @@ -235,7 +235,7 @@ test_that("concept attributes build", {
#test units
tt <- unit(8713L) #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, 8713L)

tt <- unit("%") #gram per deciliter
Expand Down

0 comments on commit ccfe867

Please sign in to comment.