add test for loading from registry for all modules

This commit is contained in:
Joel Wetzell
2026-02-09 18:11:08 -06:00
parent a46054c427
commit 86f1082159
16 changed files with 453 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ func TestArtnetPacketCreateFromRegistry(t *testing.T) {
})
if err != nil {
t.Fatalf("failed to decode artnet.packet.decode processor: %s", err)
t.Fatalf("failed to create artnet.packet.decode processor: %s", err)
}
if processorInstance.Type() != "artnet.packet.decode" {