Skip to content

Commit 07a6cb9

Browse files
committed
fix: test
1 parent 7646e28 commit 07a6cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/IndexControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function can_show_version() {
8585
$data = $this->get('/query-adviser/api/version')->json();
8686

8787
$this->assertSame([
88-
'installed' => 'dev-develop',
88+
'installed' => '1.0.0+no-version-set',
8989
'latest' => '2.2.1',
9090
'update' => -1
9191
], $data);

0 commit comments

Comments
 (0)