Skip to content

Commit

Permalink
Add correct test
Browse files Browse the repository at this point in the history
  • Loading branch information
KerryJones committed Jul 22, 2024
1 parent 7075f6a commit f2315c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/IndicesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function testQuote_success()

public function testQuotes_success()
{
$response = $this->client->indices->quotes(['AAPL']);
$response = $this->client->indices->quotes(['VIX']);

$this->assertInstanceOf(Quote::class, $response->quotes[0]);
$this->assertEquals('string', gettype($response->quotes[0]->status));
Expand Down

0 comments on commit f2315c7

Please sign in to comment.