We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb88f0 commit de40ec9Copy full SHA for de40ec9
src/tonpy/tests/test_cell.py
@@ -42,13 +42,13 @@ def test_begin_parse():
42
c = Cell("te6ccuEBAQEABQAKAAVBX/xo8FXp")
43
assert isinstance(c.begin_parse(), CellSlice)
44
45
-
46
-def test_null():
47
- c = Cell()
48
- assert c.is_null() is True
49
50
- c = Cell("te6ccuEBAQEABQAKAAVBX/xo8FXp")
51
- assert c.is_null() is False
+# Now on Cell() creates empty cell with 0 bits / 0 refs
+# def test_null():
+# c = Cell()
+# assert c.is_null() is True
+#
+# c = Cell("te6ccuEBAQEABQAKAAVBX/xo8FXp")
+# assert c.is_null() is False
52
53
54
def test_get_hash():
0 commit comments