Skip to content

Commit e545a6f

Browse files
committed
sqlite: drop catalog_test.go
The end-to-end tests cover the catalog the schema builds. Removing the test leaves newTestCatalog with no callers, so it goes too. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RkrYmzwTktB2CA5Bvqg6z5
1 parent e32997d commit e545a6f

2 files changed

Lines changed: 0 additions & 273 deletions

File tree

internal/engine/sqlite/catalog.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,3 @@ func NewCatalog() *catalog.Catalog {
1212
Extensions: map[string]struct{}{},
1313
}
1414
}
15-
16-
func newTestCatalog() *catalog.Catalog {
17-
return catalog.New("main")
18-
}

internal/engine/sqlite/catalog_test.go

Lines changed: 0 additions & 269 deletions
This file was deleted.

0 commit comments

Comments
 (0)