mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
remove async label from test server construction of context
This commit is contained in:
@@ -37,7 +37,7 @@ export function setupTestServerContext() {
|
||||
|
||||
beforeEach(() => {
|
||||
context.systems = systems;
|
||||
context.findSystemById = async (_: string) => systems[0];
|
||||
context.findSystemById = (_: string) => systems[0];
|
||||
});
|
||||
|
||||
return context as ServerContext;
|
||||
|
||||
Reference in New Issue
Block a user