summaryrefslogtreecommitdiff
path: root/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests.py')
-rwxr-xr-xtests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests.py b/tests.py
index b73b38e..8b0b52c 100755
--- a/tests.py
+++ b/tests.py
@@ -370,8 +370,6 @@ class MakePatchTestCase(unittest.TestCase):
""" Test whether a minimal patch is created, see #36 """
src = [{"foo": 1, "bar": 2}]
dst = [{"foo": 2, "bar": 2}]
- import pudb
- #pudb.set_trace()
patch = jsonpatch.make_patch(src, dst)
exp = [