func testInitWithoutProbabilityValue() {
        do {
            version = try Version(value: "A")
        } catch GollumError.versionSyntaxError(let message) {
            XCTAssertEqual(message, "ABTest case expression must have name and probability values splitted by : (e.g. \"MyTestCaseA:0.5\")")