updated tests and methods
This commit is contained in:
parent
de8e795254
commit
da1e250ce9
8 changed files with 94 additions and 40 deletions
|
|
@ -8,5 +8,9 @@ import (
|
|||
|
||||
func TestGetVersion(t *testing.T) {
|
||||
version := tactical.GetVersion()
|
||||
if version == "" {
|
||||
t.Errorf("expected version, got empty version")
|
||||
}
|
||||
|
||||
t.Logf("got version %s", version)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue