Skip to content

Commit

Permalink
Fixed matchs -> matches per codespell complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Jan 27, 2024
1 parent 63ee434 commit 19a9f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_netref_hierachy.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_classic(self):

def test_builtins(self):
_builtins = self.conn.modules.builtins
self.assertEqual(repr(_builtins.dict), repr(dict)) # Check repr behavior of netref matchs local
self.assertEqual(repr(_builtins.dict), repr(dict)) # Check repr behavior of netref matches local
self.assertEqual(repr(type(_builtins.dict.__class__)), repr(type)) # Check netref __class__ is type
self.assertIs(type(_builtins.dict.__class__), type)
# Check class descriptor for netrefs
Expand Down

0 comments on commit 19a9f03

Please sign in to comment.