Skip to content

Commit

Permalink
rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Sep 26, 2023
1 parent 7826b3f commit e29090f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ def test_contracted_numeric_with_precision(self, project):
assert expected_msg not in logs


class TestModelContractNumericNoPrecisionPostgres(BaseModelContractNumericNoPrecision):
class TestPostgresModelContractNumericNoPrecision(BaseModelContractNumericNoPrecision):
pass


class TestModelContractNumericPrecisionPostgres(BaseModelContractNumericPrecision):
class TestPostgresModelContractNumericPrecision(BaseModelContractNumericPrecision):
pass

0 comments on commit e29090f

Please sign in to comment.