mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
@ocp781 test_direct_api.py-> test hash(empty) returns zero (modified)
This commit is contained in:
parent
65f37ab441
commit
42261cad65
1 changed files with 1 additions and 1 deletions
|
|
@ -3559,7 +3559,7 @@ class TestShape(DirectApiTestCase):
|
|||
with self.assertRaises(ValueError):
|
||||
empty.geom_type
|
||||
self.assertIs(empty, empty.fix())
|
||||
self.assertEqual(empty.hash_code(), 0)
|
||||
self.assertEqual(hash(empty), 0)
|
||||
self.assertFalse(empty.is_same(Solid()))
|
||||
self.assertFalse(empty.is_equal(Solid()))
|
||||
self.assertTrue(empty.is_valid())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue