class ReportsFinanceAccountsTest

Public Instance Methods

test_get_owned() click to toggle source
# File test/test_reports_finance_accounts.rb, line 12
def test_get_owned
  api = Upwork::Api::Routers::Reports::Finance::Accounts.new(get_client_mock)
  assert api.get_owned('12', {})
end
test_get_specific() click to toggle source
# File test/test_reports_finance_accounts.rb, line 17
def test_get_specific
  api = Upwork::Api::Routers::Reports::Finance::Accounts.new(get_client_mock)
  assert api.get_specific('12', {})
end