From a8ae8427f2bd4bdbd31f26e05e8268510e8cedec Mon Sep 17 00:00:00 2001 From: Andrew Sisley Date: Mon, 28 Oct 2024 09:54:05 -0400 Subject: [PATCH] PR FIXUP: Link to Validator chaining ticket --- tests/integration/results.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/integration/results.go b/tests/integration/results.go index 5db10aa229..23435a3807 100644 --- a/tests/integration/results.go +++ b/tests/integration/results.go @@ -29,6 +29,10 @@ import ( // asserting direct equality. // // They may mutate test state. +// +// Todo: This does not currently support chaining/nesting of Validators, +// although we would like that long term: +// https://github.com/sourcenetwork/defradb/issues/3189 type Validator interface { Validate(s *state, actualValue any, msgAndArgs ...any) }