Skip to content
Snippets Groups Projects
Unverified Commit f3b76ae4 authored by jkrvivian's avatar jkrvivian
Browse files

fix: Fix unit tests

parent d03042f7
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ var ( ...@@ -19,7 +19,7 @@ var (
// AppVersion version number // AppVersion version number
AppVersion = "v0.3.0" AppVersion = "v0.3.0"
// SimplifiedAppVersion is the version number without commit hash // SimplifiedAppVersion is the version number without commit hash
SimplifiedAppVersion string SimplifiedAppVersion = simplifiedVersion(AppVersion)
) )
const ( const (
...@@ -47,8 +47,6 @@ func configure(ctx *node.Plugin) { ...@@ -47,8 +47,6 @@ func configure(ctx *node.Plugin) {
`, AppVersion) `, AppVersion)
fmt.Println() fmt.Println()
SimplifiedAppVersion = simplifiedVersion(AppVersion)
ctx.Node.Logger.Infof("GoShimmer version %s ...", AppVersion) ctx.Node.Logger.Infof("GoShimmer version %s ...", AppVersion)
ctx.Node.Logger.Info("Loading plugins ...") ctx.Node.Logger.Info("Loading plugins ...")
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment