From 365639bac2d43715b8857dc8bc19d466fbd611c2 Mon Sep 17 00:00:00 2001 From: gromdimon Date: Mon, 3 Jul 2023 13:51:06 +0200 Subject: [PATCH] remove maxDiff --- irodsadmin/tests/test_commands.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/irodsadmin/tests/test_commands.py b/irodsadmin/tests/test_commands.py index a566092d..230f6e02 100644 --- a/irodsadmin/tests/test_commands.py +++ b/irodsadmin/tests/test_commands.py @@ -48,8 +48,6 @@ class TestIrodsOrphans( ): """Tests for the irodsorphans management command""" - maxDiff = None - def setUp(self): # Init roles self.init_roles()