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) }