Skip to content

Commit

Permalink
ACMS-3658: Added missing new line.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkhode1 committed Mar 22, 2024
1 parent 2b0d670 commit 4b15e8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/fixtures/project/drs/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ drupal:
db:
database: mydatabase
multisites:
- acms
- acms
1 change: 0 additions & 1 deletion tests/src/Functional/Drush/Traits/SiteUriTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class SiteUriTraitTest extends FunctionalTestBase {
protected function setUp(): void {
parent::setUp();
$this->fileSystem = new Filesystem();

$this->setupSite();
}

Expand Down

0 comments on commit 4b15e8b

Please sign in to comment.