From 81a2d5ac96a3d39b0ef7e27168fd90ff8d13dd3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=CC=81ctor=20Falco=CC=81n?= Date: Mon, 22 Jun 2026 14:47:22 +0200 Subject: [PATCH] test: include interactiveBrokers in shared feature flags assertion --- tests/Feature/InertiaSharedDataTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Feature/InertiaSharedDataTest.php b/tests/Feature/InertiaSharedDataTest.php index a2d2c691..114f038b 100644 --- a/tests/Feature/InertiaSharedDataTest.php +++ b/tests/Feature/InertiaSharedDataTest.php @@ -43,6 +43,7 @@ test('shared feature flags do not include coinbase flag', function () { expect($props['features'])->toBe([ 'cashflow' => true, 'calculateBalancesOnImport' => false, + 'interactiveBrokers' => false, ]); });