Skip to content

Commit

Permalink
fix: update path to index for test
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Jun 9, 2023
1 parent e5029bd commit b3ccd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __test__/uuid.spec.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import test from "ava";

import { Uuid } from "../index.js";
import { Uuid } from "../driver_api/lib/index.js";

test("Create a random UUID", (t) => {
const uuid = Uuid.randomUuidv4();
Expand Down

0 comments on commit b3ccd8d

Please sign in to comment.