fix: add bp.l to test multicurr seed

This commit is contained in:
hackerESQ
2025-05-16 21:12:48 -05:00
parent ff9bcd782f
commit f78c521dc4
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class MarketDataTest extends TestCase
'--force' => true,
]);
$this->assertEquals(13186, MarketData::count('symbol'));
$this->assertEquals(13187, MarketData::count('symbol'));
}
public function test_can_get_quote_from_provider()