diff options
Diffstat (limited to 'novactl/lib/version_test.go')
| -rw-r--r-- | novactl/lib/version_test.go | 13 |
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)
- }
-}
|
