mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-26 20:40:18 +08:00
11 lines
144 B
Go
11 lines
144 B
Go
package test
|
|
|
|
import (
|
|
"github.com/ipfs/go-ipfs/core/coreapi/interface/tests"
|
|
"testing"
|
|
)
|
|
|
|
func TestIface(t *testing.T) {
|
|
tests.TestApi(t)
|
|
}
|