From 3ffe5d317406e2dd84fcc8fccbd392cf226007de Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Sun, 15 Sep 2024 14:59:28 +0200 Subject: [PATCH] Update src/test/e2e-emulated/contracts/dns.tact --- src/test/e2e-emulated/contracts/dns.tact | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/e2e-emulated/contracts/dns.tact b/src/test/e2e-emulated/contracts/dns.tact index 60f9a8b0f..f9ebc76c3 100644 --- a/src/test/e2e-emulated/contracts/dns.tact +++ b/src/test/e2e-emulated/contracts/dns.tact @@ -34,7 +34,7 @@ contract DNSTester with Deployable, DNSResolver { receive("test dnsInternalNormalize throws") { let sliceWithRef = beginCell().storeRef(emptyCell()).asSlice(); - // Refs in the the passed Slice are prohibited + // Refs in the passed Slice are prohibited self.tmpC = dnsInternalNormalize(sliceWithRef).asCell(); } }