1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

Clean up dangling behaviorSubject

This commit is contained in:
Matt Gibson
2022-08-31 16:01:04 -04:00
parent 5c34e53280
commit ee6258bd3d

View File

@@ -19,6 +19,7 @@ describe("sessionSync decorator", () => {
ctor: ctor, ctor: ctor,
initializer: initializer, initializer: initializer,
}), }),
testClass.testProperty.complete(),
]); ]);
}); });
}); });