Skip to content

Commit 674b31c

Browse files
committed
Fix tests
1 parent d995f8b commit 674b31c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tonpy/tests/test_tlb_redefine.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ def test_builtin_unpack():
4343
assert rec.d.d.c == 6
4444

4545
# Pack will create the same cell
46-
assert rec.
47-
().get_hash() == '8FC752179C5AD3870CD9A70A205548E8F7389B865316707339DFA33875F0808A'
46+
assert rec.cell_pack().get_hash() == '8FC752179C5AD3870CD9A70A205548E8F7389B865316707339DFA33875F0808A'
4847

4948
py_dict = rec.to_dict(rec_unpack=True, convert_cells_to_bocs=True) # it's json dumpable
5049
result = {"a": 1, "b": 2, "c": 3, "d": {"a": "te6ccuEBAQEAAwAGAAGYwZ06Tg==", "b": "te6ccuEBAQEAAwAGAAFotPJUvQ==",

0 commit comments

Comments
 (0)