mirror of
https://github.com/asticode/go-astiav.git
synced 2025-10-16 13:10:40 +08:00
Initial commit
This commit is contained in:
12
sample_format_test.go
Normal file
12
sample_format_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package astiav_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/asticode/go-astiav"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
func TestSampleFormat(t *testing.T) {
|
||||
require.Equal(t, "s16", astiav.SampleFormatS16.String())
|
||||
}
|
Reference in New Issue
Block a user