summaryrefslogtreecommitdiffstats
path: root/tests/instance_test.go
blob: 0c75f3ebfdeaace02c57392358ea993803c34f89 (plain)
1
2
3
4
5
6
7
8
package icingadb

import "testing"

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