Open
Description
Related: #67
test_that("two_oldest_ages µ", {
expect_equal(two_oldest_ages(c(1,5,87,45,8,8)), c(45,87))
expect_equal(two_oldest_ages(c(6,5,83,5,3,18)), c(18,83))
})
gives
Note: I'm not sure if the issue comes from CW formatter or the test framework itself.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
To Do