From 691eda565dbaacc12e852b9fdc92bc589d2f651e Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 25 Oct 2025 10:56:48 +0200 Subject: [PATCH] Extend user settings by performance calculation type --- test/import/ok/novn-buy-and-sell-partially.json | 2 +- test/import/ok/novn-buy-and-sell.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/import/ok/novn-buy-and-sell-partially.json b/test/import/ok/novn-buy-and-sell-partially.json index 596390cec..3bdd7eb7e 100644 --- a/test/import/ok/novn-buy-and-sell-partially.json +++ b/test/import/ok/novn-buy-and-sell-partially.json @@ -27,7 +27,7 @@ ], "user": { "settings": { - "currency": "USD", + "currency": "CHF", "performanceCalculationType": "ROAI" } } diff --git a/test/import/ok/novn-buy-and-sell.json b/test/import/ok/novn-buy-and-sell.json index ca1eac4c1..6ae519d87 100644 --- a/test/import/ok/novn-buy-and-sell.json +++ b/test/import/ok/novn-buy-and-sell.json @@ -27,7 +27,7 @@ ], "user": { "settings": { - "currency": "USD", + "currency": "CHF", "performanceCalculationType": "ROAI" } }