Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
abates committed Sep 26, 2024
1 parent ab7bf4a commit 49d6831
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit/test_deprecation.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@

from diffsync import DiffSync

import pytest


def test_diffsync_deprecation_warning():
with pytest.deprecated_call():

class TestAdapter(DiffSync):
pass

TestAdapter()

0 comments on commit 49d6831

Please sign in to comment.