mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2024-11-15 17:40:51 +00:00
add output factory test
This commit is contained in:
parent
5af62715ae
commit
37a12713f0
15
voicemeeter/outputs_test.go
Normal file
15
voicemeeter/outputs_test.go
Normal file
@ -0,0 +1,15 @@
|
||||
package voicemeeter
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestGetOutputs(t *testing.T) {
|
||||
//t.Skip("skipping test")
|
||||
__o := newOutputs("strip", 0)
|
||||
t.Run("Should return an output type", func(t *testing.T) {
|
||||
assert.NotNil(t, __o)
|
||||
})
|
||||
}
|
Loading…
Reference in New Issue
Block a user