Example #1
0
def test_to_currency():
    cc = CurrencyConverter()
    assert cc.to_currency(["USD", "GBP"]).to == ["USD", "GBP"]