github.com/wsand02/massren@v1.5.5-0.20191104203215-f721006d1e4e/version_test.go (about)

     1  package main
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func Test_handleVersionCommand(t *testing.T) {
     8  	var opts CommandLineOptions
     9  	err := handleVersionCommand(&opts, []string{})
    10  	if err != nil {
    11  		t.Fail()
    12  	}
    13  }