Skip to content

Commit

Permalink
indexer: rename testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaipaljadeja committed Jun 19, 2024
1 parent fbc86d1 commit be3f207
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from "./setup";
export * from "./vcr";
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/indexer/src/vcr/replay.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { type Indexer, run } from "@apibara/indexer";
import type { Cursor } from "@apibara/protocol";
import { vcr } from "../sinks/vcr";
import { vcr } from "../testing/vcr";
import { VcrClient } from "./client";
import type { VcrConfig } from "./config";

Expand Down

0 comments on commit be3f207

Please sign in to comment.