def test_patch2():
    assert extract_match.extract_patch('5.24.123.93') == '5.24'
def test_patch():
    assert extract_match.extract_patch('6.1.123.93') == '6.1'
def test_patch():
    assert extract_match.extract_patch('6.1.123.93') == '6.1'
def test_patch2():
    assert extract_match.extract_patch('5.24.123.93') == '5.24'