From 360dc7c1e5999674ee1dd5d502a1d27cd3ea1fb6 Mon Sep 17 00:00:00 2001 From: polyprogrammist Date: Thu, 14 Dec 2023 01:35:44 -0500 Subject: [PATCH] fix exotic cell --- tests/my.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/my.spec.ts b/tests/my.spec.ts index 2d2944e..a260eb6 100644 --- a/tests/my.spec.ts +++ b/tests/my.spec.ts @@ -15,7 +15,7 @@ const fixturesDir = path.resolve(__dirname, 'fixtures') describe('parsing into intermediate representation using grammar', () => { test('test.tlb can be parsed', () => { - let builder = beginCell(); + let builder = beginCell();// builder.storeUint(BigInt(0), 0);