tests/testthat/test-match-comp-name-helper.R

test_that("match_comp_name returns correct mappings", {
  expect_equal(match_comp_name(111), "NRL")
  expect_equal(match_comp_name(116), "SOO")
  expect_equal(match_comp_name(999), "999")
})

Try the nrlR package in your browser

Any scripts or data that you put into this service are public.

nrlR documentation built on Sept. 1, 2025, 9:07 a.m.