diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-09-10 07:47:20 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-09-10 07:47:20 +0400 |
| commit | 91a2855e3d0af5199d284d32cc2f6b8280df9d10 (patch) | |
| tree | 1b0ce35097e2e167d67c01f0f092961237a1e63f /novactl/lib/version_test.go | |
| parent | 3ebfe6df71b3356250536b35b677a733c42235c9 (diff) | |
dispplay shard error message
Diffstat (limited to 'novactl/lib/version_test.go')
| -rw-r--r-- | novactl/lib/version_test.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/novactl/lib/version_test.go b/novactl/lib/version_test.go index 5ec88c7..665780f 100644 --- a/novactl/lib/version_test.go +++ b/novactl/lib/version_test.go @@ -1,12 +1,13 @@ package lib_test
import (
- "github.com/discordnova/nova/novactl/lib"
"testing"
+
+ "github.com/discordnova/nova/novactl/lib"
)
func TestVersion(t *testing.T) {
- if lib.VERSION != "0.0.1" {
+ if lib.VERSION != "0.0.1" {
t.Fatalf("Version number do not match %s", lib.VERSION)
}
-}
\ No newline at end of file +}
|
