···11import { expect, test } from "vitest";
22-import { uriToRkey } from "../utils";
22+import { uriToRkey } from "../lib/utils";
3344test("should throw if invalid at uri is passed in", () => {
55 expect(() => uriToRkey("test")).toThrowError("get rkey");