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