Rename test file references: Bookmann → Bookhoard

Test file updates:
- Update import paths in test files: bookmann/internal → bookhoard/internal
- Update test helper functions and references
- Update test comments and documentation

This is part 6 of the project rename to Bookhoard.
This commit is contained in:
2026-02-01 16:12:18 -05:00
parent 67629b0c14
commit 4e1feca124
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package main
import (
"bookmann/internal/database"
"bookhoard/internal/database"
"bytes"
"context"
"encoding/json"