summaryrefslogtreecommitdiff
path: root/novactl/lib/version_test.go
diff options
context:
space:
mode:
authorn1c00o <34602094+n1c00o@users.noreply.github.com>2021-10-16 22:26:09 +0200
committerGitHub <noreply@github.com>2021-10-16 22:26:09 +0200
commite58e816ceb8caa3c77dd98a952761b7e7f05b6cb (patch)
treeca5c9409986ff538e7a674473c1d642627d1055c /novactl/lib/version_test.go
parent03908129599260587fe7b9fd8254d28ad50b8714 (diff)
parentb94b0552f81e667bec31352901bbc8c76f1b4216 (diff)
Merge branch 'main' into nats-structs-discord-gateway
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)
- }
-}