summaryrefslogtreecommitdiffhomepage
path: root/gui/test
diff options
context:
space:
mode:
Diffstat (limited to 'gui/test')
-rw-r--r--gui/test/account-data-cache.spec.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/test/account-data-cache.spec.ts b/gui/test/account-data-cache.spec.ts
index 7a485b878a..6839e7a1eb 100644
--- a/gui/test/account-data-cache.spec.ts
+++ b/gui/test/account-data-cache.spec.ts
@@ -258,6 +258,7 @@ describe('IAccountData cache', () => {
expect(updateHandler).to.have.been.called.twice;
});
});
+
it('should not perform a fetch if called twice synchronously', async () => {
const fetchSpy = spy();
const update = new Promise((resolve, _reject) => {