fix test
This commit is contained in:
parent
f651813f0b
commit
d7aaa95e57
@ -31,6 +31,10 @@ type Config struct {
|
||||
func (c *Config) Init(a *app.App) (err error) { return }
|
||||
func (c *Config) Name() string { return "config" }
|
||||
|
||||
func (c *Config) GetNodesConfId() string {
|
||||
return "test"
|
||||
}
|
||||
|
||||
func (c *Config) GetNodes() []nodeconf.NodeConfig {
|
||||
return c.nodes
|
||||
}
|
||||
|
||||
1
util/strkey/strkey_test.go
Normal file
1
util/strkey/strkey_test.go
Normal file
@ -0,0 +1 @@
|
||||
package strkey
|
||||
Loading…
x
Reference in New Issue
Block a user