difftreelog
tests: fix solc has any + revert skipping in transfer
in: master
3 files changed
tests/src/eth/util/playgrounds/unique.dev.d.tsdiffbeforeafterbothno changes
tests/src/eth/util/playgrounds/unique.dev.tsdiffbeforeafterboth2// SPDX-License-Identifier: Apache-2.02// SPDX-License-Identifier: Apache-2.0334/* eslint-disable function-call-argument-newline */4/* eslint-disable function-call-argument-newline */5// eslint-disable-next-line @typescript-eslint/triple-slash-reference6/// <reference path="unique.dev.d.ts" />576import {readFile} from 'fs/promises';8import {readFile} from 'fs/promises';79tests/src/transfer.test.tsdiffbeforeafterboth23chai.use(chaiAsPromised);23chai.use(chaiAsPromised);24const expect = chai.expect;24const expect = chai.expect;252526describe.skip('Integration Test Transfer(recipient, collection_id, item_id, value)', () => {26describe('Integration Test Transfer(recipient, collection_id, item_id, value)', () => {27 let alice: IKeyringPair;27 let alice: IKeyringPair;28 let bob: IKeyringPair;28 let bob: IKeyringPair;2929116 });116 });117});117});118118119describe.skip('Negative Integration Test Transfer(recipient, collection_id, item_id, value)', () => {119describe('Negative Integration Test Transfer(recipient, collection_id, item_id, value)', () => {120 let alice: IKeyringPair;120 let alice: IKeyringPair;121 let bob: IKeyringPair;121 let bob: IKeyringPair;122122