Skip to content

Commit

Permalink
fix exotic cell
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyProgrammist committed Dec 14, 2023
1 parent 2bda8bb commit 360dc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/my.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);


Expand Down

0 comments on commit 360dc7c

Please sign in to comment.