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