17 lines
564 B
R
Generated
17 lines
564 B
R
Generated
# This file is auto-generated by alef — DO NOT EDIT.
|
|
# alef:hash:4e15143f4af1ae8bafbdb1506ef057da924484c66a19483966333558ad437e75
|
|
# To regenerate: alef generate
|
|
# To verify freshness: alef verify --exit-code
|
|
# Issues & docs: https://github.com/kreuzberg-dev/alef
|
|
# E2e tests for category: validator_management
|
|
|
|
test_that("validators_clear: Clear all validators and verify list is empty", {
|
|
invisible(clear_validators())
|
|
expect_true(TRUE)
|
|
})
|
|
|
|
test_that("validators_list: List all registered validators", {
|
|
result <- list_validators()
|
|
expect_true(TRUE)
|
|
})
|