Skip to content

Commit 02693bf

Browse files
committed
Fix unit test
1 parent 3b6d932 commit 02693bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/helpers/getRouteForAiStats.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as t from "tap";
2-
import { getRouteForAiStats } from "./getRouteForAIStats";
2+
import { getRouteForAiStats } from "./getRouteForAiStats";
33
import { runWithContext } from "../agent/Context";
44

55
const getTestContext = () => ({

0 commit comments

Comments
 (0)