node build fixed
This commit is contained in:
14
seanime-2.9.10/internal/test_utils/data_test.go
Normal file
14
seanime-2.9.10/internal/test_utils/data_test.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package test_utils
|
||||
|
||||
import (
|
||||
"github.com/stretchr/testify/assert"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestGetConfig(t *testing.T) {
|
||||
assert.Empty(t, ConfigData)
|
||||
|
||||
InitTestProvider(t)
|
||||
|
||||
assert.NotEmpty(t, ConfigData)
|
||||
}
|
||||
Reference in New Issue
Block a user