Skip to content

Commit

Permalink
fix: rename chainfile/type
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Jun 2, 2024
1 parent 3337ee6 commit f218ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chainfile-testcontainers/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { afterAll, beforeAll, describe, expect, it } from '@jest/globals';
import { Chainfile } from 'chainfile/type';
import { Chainfile } from 'chainfile/schema';

import { ChainfileAgent, ChainfileContainer, ChainfileTestcontainers } from './index';

Expand Down

0 comments on commit f218ae8

Please sign in to comment.