package hercules import ( "testing" "github.com/stretchr/testify/assert" ) func TestVersion(t *testing.T) { assert.Equal(t, BinaryVersion, 9) // v9 }