From 71a881daa9daf5e4810a996e4314e899208b3b3d Mon Sep 17 00:00:00 2001 From: Aaron Cox Date: Wed, 5 Jul 2023 15:14:50 -0700 Subject: [PATCH] Fixed codegen test --- test/tests/codegen.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tests/codegen.ts b/test/tests/codegen.ts index 3ba24ea..514d189 100644 --- a/test/tests/codegen.ts +++ b/test/tests/codegen.ts @@ -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