mirror of
https://github.com/asticode/go-astiav.git
synced 2025-10-17 13:40:51 +08:00
Added Classer + now logs returns a Classer + tests are now done in astiav package
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
package astiav_test
|
||||
package astiav
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/asticode/go-astiav"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
func TestSampleFormat(t *testing.T) {
|
||||
require.Equal(t, "s16", astiav.SampleFormatS16.String())
|
||||
require.Equal(t, "s16", SampleFormatS16.String())
|
||||
}
|
||||
|
Reference in New Issue
Block a user