Skip to content

Commit

Permalink
Rename a few unit and integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dawsbot committed Apr 8, 2024
1 parent 7d558ed commit 7263c51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { describe, expect, it } from 'vitest';
import type { TinyBig } from '../../..';
import { JsonRpcProvider } from '../../../index';
import { rpcUrls } from '../../../providers/test/rpc-urls';
import { Contract as EssentialEthContract } from '../../Contract';
import { rpcUrls } from './../../../providers/test/rpc-urls';
import { feiABI } from './fei-abi';

const JSONABI = feiABI;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { describe, expect, it } from 'vitest';
import type { JSONABIArgument } from '../../../types/Contract.types';
import { encodeData } from '../../utils/encode-decode-transaction';
import type { JSONABIArgument } from './../../../types/Contract.types';
import { fooABI } from './foo-abi';

describe('foo encode', () => {
Expand Down

0 comments on commit 7263c51

Please sign in to comment.