github.com/line/ostracon@v1.0.10-0.20230328032236-7f20145f065d/cmd/ostracon/commands/version_test.go (about)

     1  package commands
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/line/ostracon/version"
     7  )
     8  
     9  func TestVersionCmd(t *testing.T) {
    10  	version.OCCoreSemVer = "test version"
    11  	VersionCmd.Run(VersionCmd, nil)
    12  }