Files
eiblog/setting/setting_test.go
2017-07-08 21:54:39 +08:00

13 lines
167 B
Go

// Package setting provides ...
package setting
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestInit(t *testing.T) {
assert.NotNil(t, Conf)
}