# WARNING - Generated by {fusen} from dev/flat_scenario.Rmd: do not edit by hand # nolint: line_length_linter. test_that("query_crop works", { expect_equal(object = query_crop(cropName = "Corn seed"), expected = 1) }) test_that("query_crop errors", { expect_error(object = query_crop(cropName = "Potatoe"), regexp = "Crop name doesn't exist") })