Skip to content

Commit

Permalink
Merge pull request #1 from gregbuehler/patch-2
Browse files Browse the repository at this point in the history
Fix quotes in pyramid test
  • Loading branch information
kenrobbins authored Mar 17, 2022
2 parents dc0987a + 512d314 commit 9491fc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_tween_list(self):

def test_registry_name_is_this_module(self):
config = Configurator()
self.assertEqual(config.registry.__name__, __name__.rsplit('.')[0])
self.assertEqual(config.registry.__name__, __name__.rsplit(".")[0])


class TestWrappedWithOtherFramework(
Expand Down

0 comments on commit 9491fc5

Please sign in to comment.