Skip to content

Commit

Permalink
TST: Fixturize series/test_asof.py (#22772)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjali2019 authored and jreback committed Sep 23, 2018
1 parent f65fa75 commit 945bf75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pandas/tests/series/test_asof.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@

import pandas.util.testing as tm

from .common import TestData


class TestSeriesAsof(TestData):
class TestSeriesAsof():

def test_basic(self):

Expand Down

0 comments on commit 945bf75

Please sign in to comment.