test: include interactiveBrokers in shared feature flags assertion
This commit is contained in:
parent
7df2c06fef
commit
81a2d5ac96
|
|
@ -43,6 +43,7 @@ test('shared feature flags do not include coinbase flag', function () {
|
|||
expect($props['features'])->toBe([
|
||||
'cashflow' => true,
|
||||
'calculateBalancesOnImport' => false,
|
||||
'interactiveBrokers' => false,
|
||||
]);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue