From f77fc4ef5f2df96c6bba3cd6c7d88a77d61a5a80 Mon Sep 17 00:00:00 2001 From: ewy Date: Tue, 2 Jun 2026 15:07:59 +0200 Subject: add .wants and .includes .wants adds potential out-of-tree sources to your state (for monorepos, for example) .includes adds targets from another source to this one, adding inheritance --- indexers/pikdex/hydrate_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indexers/pikdex/hydrate_test.go') diff --git a/indexers/pikdex/hydrate_test.go b/indexers/pikdex/hydrate_test.go index ba5e1bc..cd2433a 100644 --- a/indexers/pikdex/hydrate_test.go +++ b/indexers/pikdex/hydrate_test.go @@ -3,6 +3,7 @@ package pikdex import ( + "github.com/ewy1/pik/model" "github.com/ewy1/pik/runner" "github.com/stretchr/testify/assert" "testing" @@ -11,7 +12,7 @@ import ( func TestHydrate(t *testing.T) { aliases := []string{"alias1", "alias2"} p := pikdex{ - mods: map[string]*SourceData{ + Data: map[string]*model.SourceData{ "asdf": { Aliases: aliases, Icon: "I", -- cgit v1.3.1