rename build method to buildForTesting

This commit is contained in:
2025-04-07 12:47:31 -07:00
parent 0525ccc7e4
commit 87dfd0dab1
2 changed files with 4 additions and 5 deletions

View File

@@ -24,9 +24,8 @@ const systemInfoForTesting = {
};
export function buildSystemForTesting() {
return InterchangeSystem.build(
return InterchangeSystem.buildForTesting(
systemInfoForTesting,
new InMemoryNotificationRepository()
);
}