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
{"version":3,"file":"1383.0.58.0-dev.1732170608259.js","mappings":"oRAAA,wd","sources":["webpack:///../../libs/remix-ws-templates/src/templates/ozerc1155/tests/MyToken_test.sol"],"sourcesContent":["export default \"// 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}\";"],"names":[],"sourceRoot":""}