Skip to content

Commit

Permalink
fix testcase class
Browse files Browse the repository at this point in the history
  • Loading branch information
lenak25 committed Jul 4, 2018
1 parent b1bb982 commit e4c4790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/exchange/test_exchange_utils.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from catalyst.exchange.utils.exchange_utils import transform_candles_to_df, \
forward_fill_df_if_needed, get_candles_df

from catalyst.testing.fixtures import WithLogger, ZiplineTestCase
from catalyst.testing.fixtures import WithLogger, CatalystTestCase
from datetime import timedelta
from pandas import Timestamp, DataFrame, concat

import numpy as np


class TestExchangeUtils(WithLogger, ZiplineTestCase):
class TestExchangeUtils(WithLogger, CatalystTestCase):
@classmethod
def get_specific_field_from_df(cls, df, field, asset):
new_df = DataFrame(df[field])
Expand Down

0 comments on commit e4c4790

Please sign in to comment.