mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
rename build method to buildForTesting
This commit is contained in:
@@ -24,9 +24,8 @@ const systemInfoForTesting = {
|
||||
};
|
||||
|
||||
export function buildSystemForTesting() {
|
||||
return InterchangeSystem.build(
|
||||
return InterchangeSystem.buildForTesting(
|
||||
systemInfoForTesting,
|
||||
new InMemoryNotificationRepository()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user