Skip to content

Commit

Permalink
Fixed codegen test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Jul 5, 2023
1 parent cca5e4a commit 71a881d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import * as path from 'path'
import {assert} from 'chai'
import {ABI} from '@greymass/eosio'

import {codegen} from '$lib' // replace with your actual codegen file
import {codegen} from '../../src/codegen' // replace with your actual codegen file

import {Session, APIClient} from '@wharfkit/session'
import {APIClient, Session} from '@wharfkit/session'
import {makeClient} from '../utils/mock-client'

let _RewardsGm
Expand Down

0 comments on commit 71a881d

Please sign in to comment.