tests/testthat/_snaps/Guard.md

Guard name must be a string

Code
  auth$name <- 123
Condition
  Error:
  ! `value` must be a single string, not the number 123.
Code
  auth$name <- c("a", "b")
Condition
  Error:
  ! `value` must be a single string, not a character vector.
Code
  Guard$new(name = TRUE)
Condition
  Error in `initialize()`:
  ! `name` must be a single string or `NULL`, not `TRUE`.


Try the fireproof package in your browser

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

fireproof documentation built on Dec. 17, 2025, 5:09 p.m.