diff --git a/test/explore-canonical-beacon-api-260727.test.js b/test/explore-canonical-beacon-api-260727.test.js index 83b8a96..4496bea 100644 --- a/test/explore-canonical-beacon-api-260727.test.js +++ b/test/explore-canonical-beacon-api-260727.test.js @@ -4,7 +4,7 @@ import { describe, expect, test } from 'bun:test'; import { handleRequest } from '../explore/src/api.js'; import { processCapEvent } from '../explore/src/jetstream.js'; -import { createSqliteEnv } from './explore-d1.js'; +import { createSqliteEnv } from './explore-d1-260727.js'; const CANONICAL = 'vit:github.com/solpbc/thermals'; const HTTPS_ALIAS = 'https://github.com/solpbc/thermals'; diff --git a/test/explore-canonical-beacon-ingest-260727.test.js b/test/explore-canonical-beacon-ingest-260727.test.js index 0465cb0..f63cda6 100644 --- a/test/explore-canonical-beacon-ingest-260727.test.js +++ b/test/explore-canonical-beacon-ingest-260727.test.js @@ -3,7 +3,7 @@ import { describe, expect, spyOn, test } from 'bun:test'; import { processCapEvent, processVouchEvent } from '../explore/src/jetstream.js'; -import { createSqliteEnv } from './explore-d1.js'; +import { createSqliteEnv } from './explore-d1-260727.js'; const PROJECT_A = 'vit:github.com/solpbc/thermals'; const PROJECT_A_ALIAS = 'https://github.com/solpbc/thermals'; diff --git a/test/explore-canonical-beacon-migration-260727.test.js b/test/explore-canonical-beacon-migration-260727.test.js index ce77112..1e1c53a 100644 --- a/test/explore-canonical-beacon-migration-260727.test.js +++ b/test/explore-canonical-beacon-migration-260727.test.js @@ -4,7 +4,7 @@ import { describe, expect, test } from 'bun:test'; import { readFileSync } from 'node:fs'; import { join } from 'node:path'; -import { createSqliteEnv, splitSqlStatements } from './explore-d1.js'; +import { createSqliteEnv, splitSqlStatements } from './explore-d1-260727.js'; const MIGRATION_PATH = join( import.meta.dir, diff --git a/test/explore-cursor.test.js b/test/explore-cursor.test.js index 704a476..72c4b83 100644 --- a/test/explore-cursor.test.js +++ b/test/explore-cursor.test.js @@ -4,7 +4,7 @@ import { describe, expect, test } from 'bun:test'; import { runScheduled } from '../explore/src/index.js'; import { processCapEvent, processSkillEvent, processVouchEvent } from '../explore/src/jetstream.js'; -import { createSqliteEnv } from './explore-d1.js'; +import { createSqliteEnv } from './explore-d1-260727.js'; function createCursorEnv({ stored = '', diff --git a/test/explore-d1.js b/test/explore-d1-260727.js similarity index 100% rename from test/explore-d1.js rename to test/explore-d1-260727.js