mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2024-11-15 17:40:51 +00:00
recorder_test added
This commit is contained in:
parent
d097e97dee
commit
3394c9b423
15
voicemeeter/recorder_test.go
Normal file
15
voicemeeter/recorder_test.go
Normal file
@ -0,0 +1,15 @@
|
||||
package voicemeeter
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestGetRecorder(t *testing.T) {
|
||||
//t.Skip("skipping test")
|
||||
__rec := newRecorder()
|
||||
t.Run("Should return a button type", func(t *testing.T) {
|
||||
assert.NotNil(t, __rec)
|
||||
})
|
||||
}
|
Loading…
Reference in New Issue
Block a user