Merged in feature/textextract (pull request #108)

Start adding Textract + UUID changes

* base

* startclient

* ts

* short

* tests
This commit is contained in:
Michael McGuinness
2025-03-20 11:06:41 +00:00
parent 1587da9d11
commit 53ea7d34e6
196 changed files with 25972 additions and 1456 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ func TestProcess(t *testing.T) {
ctx := context.Background()
cfg := &ProcessConfig{}
test.SetCfgProviderWithBasePath(t, cfg, "..")
test.SetCfgProvider(t, cfg)
net, clean := test.CreateFullNetwork(t, ctx, cfg)
defer clean()