mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-19 13:13:57 +00:00
don't export module/processor/framer registrations
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
)
|
||||
|
||||
func TestOSCMessageEncodeFromRegistry(t *testing.T) {
|
||||
registration, ok := processor.ProcessorRegistry["osc.message.encode"]
|
||||
registration, ok := processor.GetProcessorRegistration("osc.message.encode")
|
||||
if !ok {
|
||||
t.Fatalf("osc.message.encode processor not registered")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user