func testInitWithProbabilityNotFloatValue() {
        do {
            version = try Version(value: "A:A")
        } catch GollumError.versionSyntaxError(let message) {
            XCTAssertEqual(message, "ABTest must have a probablity (e.g. 0.5)")