mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-08-11 23:58:09 +00:00
Use logrus imports instead of log (#662)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package samechannelgateway
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/42wim/matterbridge/bridge/config"
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
||||
"testing"
|
||||
)
|
||||
|
||||
const testConfig = `
|
||||
|
Reference in New Issue
Block a user