Skip to content

Commit 004c7ae

Browse files
committedNov 16, 2024·
Runtime file
1 parent 8587414 commit 004c7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/core/src/test_resources/createRuntime.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
TEST_PASSWORD,
1818
zeroUuid,
1919
} from "./constants.ts";
20-
import { User } from "./types.ts";
20+
import { User } from "../types.ts";
2121

2222
export async function createRuntime({
2323
env,

0 commit comments

Comments
 (0)
Please sign in to comment.