Skip to content

Commit

Permalink
tests: Remove commented-out line
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Oct 25, 2023
1 parent f6fac5e commit 29f86f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckanext/switzerland/tests/test_ftp_storage_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ def test_fetch(self, MockFTP):
# tests
self.assertEqual(arg1, "RETR %s" % filename)
log.debug(arg2)
# self.assertEqual(str(type(arg2)), "<type 'builtin_function_or_method'>")
self.assertEqual(str(arg2.__class__.__name__), "builtin_function_or_method")

@patch("ftplib.FTP", autospec=True)
Expand Down

0 comments on commit 29f86f7

Please sign in to comment.