def test_baron_win_false():
    assert extract_match.win_while_baron_buff(match_2) == False
def test_baron_win_false():
    assert extract_match.win_while_baron_buff(match_2) == False
def test_baron_win_true():
    assert extract_match.win_while_baron_buff(match_1) == True
def test_baron_win_true():
    assert extract_match.win_while_baron_buff(match_1) == True