Require usage of expect_named(x, n) over expect_equal(names(x), n)
expect_named(x, n)
expect_equal(names(x), n)
Useful links