Skip to content

Commit 2c7edaf

Browse files
committed
fix test imports
1 parent ca13d54 commit 2c7edaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/actors-test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { describe, it, expect } from 'vitest';
22

3-
import { actorNameToToolName, inferArrayItemType, shortenEnum } from '../src/actors.js';
3+
import { shortenEnum, inferArrayItemType } from '../src/actors/schema.js';
4+
import { actorNameToToolName } from '../src/actors/utils.js';
45
import { ACTOR_ENUM_MAX_LENGTH } from '../src/const.js';
56

67
describe('actors', () => {

0 commit comments

Comments
 (0)