🎉 live server seems to be working now
This commit is contained in:
9
third_party/sendspin-go/pkg/audio/output/output_test.go
vendored
Normal file
9
third_party/sendspin-go/pkg/audio/output/output_test.go
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// ABOUTME: Audio output interface tests
|
||||
// ABOUTME: Verifies Output interface implementation
|
||||
package output
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestMalgoImplementsOutput(t *testing.T) {
|
||||
var _ Output = (*Malgo)(nil)
|
||||
}
|
||||
Reference in New Issue
Block a user