You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"use strict";(self["webpackChunk"]=self["webpackChunk"]||[]).push([[1383],{81383:(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.r(__webpack_exports__);__webpack_require__.d(__webpack_exports__,{default:()=>__WEBPACK_DEFAULT_EXPORT__});const __WEBPACK_DEFAULT_EXPORT__='// SPDX-License-Identifier: GPL-3.0\n\npragma solidity >=0.7.0 <0.9.0;\nimport "remix_tests.sol";\nimport "../contracts/MyToken.sol";\n\ncontract MyTokenTest {\n\n MyToken s;\n function beforeAll () public {\n s = new MyToken();\n }\n\n function testSetURI () public {\n string memory uri = "https://testuri.io/token";\n s.setURI(uri);\n Assert.equal(s.uri(1), uri, "uri did not match");\n }\n}'}}]);