From ad357cf2d9259a650edb87a6a0359b4cc5c07433 Mon Sep 17 00:00:00 2001 From: "aleksej.paschenko" Date: Fri, 12 Apr 2024 18:07:03 +0300 Subject: [PATCH] Fix tests --- tlb/parser/testdata/big.go.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tlb/parser/testdata/big.go.out b/tlb/parser/testdata/big.go.out index 56b7b312..0bdcf3bc 100644 --- a/tlb/parser/testdata/big.go.out +++ b/tlb/parser/testdata/big.go.out @@ -316,7 +316,7 @@ func (t *ContentData) MarshalJSON() ([]byte, error) { type FullContent struct { tlb.SumType Onchain struct { - Data tlb.HashmapE[tlb.Bits256, ContentData] + Data tlb.HashmapE[tlb.Bits256, tlb.Ref[ContentData]] } `tlbSumType:"#00"` Offchain struct { Uri tlb.Text