summaryrefslogtreecommitdiff
path: root/novactl/lib/version_test.go
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-16 09:33:56 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-10-16 09:33:56 +0400
commitb94b0552f81e667bec31352901bbc8c76f1b4216 (patch)
treeccc73abd12875502a954eaf10d080e02b5eb42ac /novactl/lib/version_test.go
parentb8c904a2ccef5b7389356b858a3fd4ffbbfb1ae6 (diff)
parentd2aa675b39361eccb1f5e74b08bc6428f564daa3 (diff)
merge branch management
Diffstat (limited to 'novactl/lib/version_test.go')
-rw-r--r--novactl/lib/version_test.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/novactl/lib/version_test.go b/novactl/lib/version_test.go
deleted file mode 100644
index 665780f..0000000
--- a/novactl/lib/version_test.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package lib_test
-
-import (
- "testing"
-
- "github.com/discordnova/nova/novactl/lib"
-)
-
-func TestVersion(t *testing.T) {
- if lib.VERSION != "0.0.1" {
- t.Fatalf("Version number do not match %s", lib.VERSION)
- }
-}