Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroersen committed Mar 10, 2023
1 parent 7646e28 commit 07a6cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/IndexControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function can_show_version() {
$data = $this->get('/query-adviser/api/version')->json();

$this->assertSame([
'installed' => 'dev-develop',
'installed' => '1.0.0+no-version-set',
'latest' => '2.2.1',
'update' => -1
], $data);
Expand Down

0 comments on commit 07a6cb9

Please sign in to comment.