MCPcopy Create free account
hub / github.com/1Password/for-open-source / TestIsChecked

Function TestIsChecked

script/validator_test.go:144–149  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

142}
143
144func TestIsChecked(t *testing.T) {
145 testCases := []validationTestCase{
146 {"", false, "", "must be checked"},
147 }
148 runValidationTests(t, testCases, IsChecked, "IsChecked")
149}

Callers

nothing calls this directly

Calls 1

runValidationTestsFunction · 0.85

Tested by

no test coverage detected