rename repository to server repository in server context

This commit is contained in:
2025-03-27 10:38:02 -07:00
parent bba00eb067
commit bda46d6808
18 changed files with 128 additions and 148 deletions

View File

@@ -25,7 +25,7 @@ export function setupTestServerContext() {
const context: { [key: string] : any } = {};
beforeEach(() => {
context.repository = new UnoptimizedInMemoryShuttleRepository();
context.shuttleRepository = new UnoptimizedInMemoryShuttleRepository();
context.notificationService = new ETANotificationScheduler(context.repository);
});