Skip to content

Commit 8778561

Browse files
committed
chore: fix a wrong import
1 parent 47875ff commit 8778561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tests/runtime/hash.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, expect, it } from "vitest";
2-
import { hashStringSync, hashObjectSync } from "../../runtime/utils.js";
2+
import { hashStringSync, hashObjectSync } from "@fireproof/core-runtime";
33

44
describe("Hash functions", () => {
55
describe("hashStringSync", () => {

0 commit comments

Comments
 (0)