Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-toth committed Oct 19, 2023
1 parent 6ed8542 commit c39bc08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/spec/curation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ import 'mocha'
import { expect } from 'chai'
import sinon from 'sinon'
import Arweave from 'arweave'
import { FromSrcTxContractData, Tag, Warp } from 'warp-contracts'
import { Warp } from 'warp-contracts'

import { AuthenticatedArtByCityCurations } from '../../src/curation'
import { ArtByCityConfig } from '../../src'

const MOCK_OWNER = '0x-mock-owner'
const MOCK_CONTRACT_TX_ID = 'mock-contract-tx-id'
const MOCK_CONTRACT_SRC_TX_ID = 'mock-contract-tx-src-id'
const MOCK_ABC_CONFIG: ArtByCityConfig = {
environment: 'development',
contracts: {
Expand Down

0 comments on commit c39bc08

Please sign in to comment.