Fix tests

This commit is contained in:
2026-04-27 09:45:38 +00:00
parent e97054fa34
commit bd1ae909b5
7 changed files with 92 additions and 44 deletions

View File

@@ -56,7 +56,7 @@ export class RatesService extends EventEmitter<RatesServiceEventMap> {
private unsubscribeFromAdapter: (() => void) | null = null;
private started = false;
private constructor(adapter: RatesAdapter) {
constructor(adapter: RatesAdapter) {
super();
this.adapter = adapter;
}