1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-26 20:40:18 +08:00
Files
kubo/core/coreapi/test/api_test.go
Łukasz Magiera 5a019ba713 coreapi: run tests from interface
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2019-01-03 22:17:14 +01:00

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)
}