Skip to content

Commit 383477b

Browse files
committed
Fix integration tests
1 parent c0f97ef commit 383477b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/integration-test-env/src/orchestrator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ async function main() {
312312

313313
// Phase 3: Start ENSIndexer
314314
const ENSINDEXER_URL = `http://localhost:${ENSINDEXER_PORT}`;
315-
const ENSINDEXER_SCHEMA_NAME = "ensindexer_0";
315+
const ENSINDEXER_SCHEMA_NAME = "public";
316316

317317
log("Starting ENSIndexer...");
318318
spawnService(

0 commit comments

Comments
 (0)