go import file
This commit is contained in:
parent
53e7f4e71a
commit
46a5561340
|
@ -1,8 +1,9 @@
|
||||||
package yandeximport
|
package yandeximport
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/stretchr/testify/require"
|
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
"github.com/stretchr/testify/require"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestArtifactState_StateData(t *testing.T) {
|
func TestArtifactState_StateData(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue