icingadb/tests/instance_test.go
2021-09-02 10:15:21 +02:00

8 lines
147 B
Go

package icingadb
import "testing"
func TestInstance(t *testing.T) {
// TODO(jb): perform some checks on the icingadb_instance table
t.Skip()
}