Skip to content

Commit

Permalink
finished updating datediffleapyear tests
Browse files Browse the repository at this point in the history
  • Loading branch information
limlam96 committed Sep 23, 2024
1 parent ef982cd commit e93bd32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/dates/test_DateDiffLeapYearTransformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
NewColumnNameInitMixintests,
TwoColumnListInitTests,
)
from tests.dates.test_BaseDateTransformer import (
DatesMixinTransformTests,
from tests.dates.test_BaseGenericDateTransformer import (
GenericDatesMixinTransformTests,
)
from tubular.dates import DateDiffLeapYearTransformer

Expand Down Expand Up @@ -80,7 +80,7 @@ def test_missing_replacement_type_error(self):
class TestTransform(
DropOriginalTransformMixinTests,
GenericTransformTests,
DatesMixinTransformTests,
GenericDatesMixinTransformTests,
):
"""Tests for DateDiffLeapYearTransformer.transform()."""

Expand Down

0 comments on commit e93bd32

Please sign in to comment.