Skip to content

Commit

Permalink
test: fix wrong string in test
Browse files Browse the repository at this point in the history
  • Loading branch information
hms5232 committed Aug 15, 2024
1 parent c17ca0f commit 1033115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/SwaggerEditorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ public function testCustomTitle()
}

#[Test]
#[DefineEnvironment('swaggerCustomTitle')]
#[DefineEnvironment('enableLS')]
public function testDefaultTitle()
{
$res = $this->get('/swagger-editor');
$res->assertSee(' - Swagger Editor');
$res->assertSee(' - SwaggerEditor');
}
}

0 comments on commit 1033115

Please sign in to comment.