缺少“)”的问题松露测试中的参数列表之后

发布于 2025-01-10 08:21:09 字数 318 浏览 0 评论 0 原文

我正在尝试使用松露测试套件测试可靠性合约,但无法修复我的代码。该错误显示为“Truffle 测试中参数列表后缺少“)”的问题。”。我非常感谢任何反馈或帮助,因为我几乎碰壁了,不确定如何继续。我还添加了我收到的错误的屏幕截图。 错误堆栈照片 包含 Solidity 合约和测试文件的 GitHub 存储库

I am trying to test a solidity contract using truffle test suite and I am unable to fix my code. The error reads " Issues with missing ")" after argument list in truffle testing.". I'd greatly appreciate any feedback or help as I have pretty much hit a wall and am unsure how to proceed. I've also added a screenshot of the error I'm receiving. Error stack photo GitHub repository with both the solidity contract and test file

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我们只是彼此的过ke 2025-01-17 08:21:09

编辑第57行

});

对此:

)})});

您还可以使用这些 VS Code 扩展来跟随括号和缩进:

indent-rainbow

彩虹括号

Edit in line 57

});

to this:

)})});

Also you can use these VS Code extensions to follow brackets and indents:

indent-rainbow

Rainbow Brackets

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文