Skip to content

Commit

Permalink
Merge a8cc720 into 5f8e2e0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Mar 28, 2022
2 parents 5f8e2e0 + a8cc720 commit d6b77db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/zope/interface/common/tests/__init__.py
Expand Up @@ -60,7 +60,8 @@ def test(self, stdlib_class=stdlib_class, iface=iface):

self.assertTrue(self.verify(iface, stdlib_class))

suffix = "%s_%s_%s" % (
suffix = "%s_%s_%s_%s" % (
stdlib_class.__module__.replace('.', '_'),
stdlib_class.__name__,
iface.__module__.replace('.', '_'),
iface.__name__
Expand Down

0 comments on commit d6b77db

Please sign in to comment.