diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-22 21:31:39 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-22 21:31:39 +0200 |
| commit | f26334fe0a2cd5681df290d164b0449617f98721 (patch) | |
| tree | 7f055252d5bd0a31b31790529b35385c25db31c7 | |
| parent | 27533b56a7fe7b31a3d9da8786a96843e2b6ee71 (diff) | |
allow hydration in tests
| -rw-r--r-- | testx/create.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testx/create.go b/testx/create.go index 24f8259..24faaed 100644 --- a/testx/create.go +++ b/testx/create.go @@ -53,8 +53,7 @@ func (t TestTarget) Visible() bool { } func (t TestTarget) Hydrate(src *model.Source) (model.HydratedTarget, error) { - //TODO implement me - panic("implement me") + return runner.HydratedStub{}, nil } func (t TestTarget) Sub() []string { |
