def test_minor_patch():
    assert extract_match.extract_minor_patch('6.1.123.93') == 1
def test_minor_patch2():
    assert extract_match.extract_minor_patch('5.24.123.93') == 24
def test_minor_patch2():
    assert extract_match.extract_minor_patch('5.24.123.93') == 24
def test_minor_patch():
    assert extract_match.extract_minor_patch('6.1.123.93') == 1