Skip to content

Commit

Permalink
adjust code after adjusting unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfinnarn committed Feb 21, 2024
1 parent 80a705a commit 5bc83b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ interface RepositorySettingsInterface {
self::CONTENT_BUILD,
self::VETS_WEBSITE,
self::NEXT_BUILD,
self::NEXT_VETS_WEBSITE,
];

// Settings keys for the repositories' filesystem paths.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public function testGetPathKey() {
$this->assertEquals(RepositorySettingsInterface::PATH_KEYS['content-build'], $repositorySettings->getPathKey('content-build'));
$this->assertEquals(RepositorySettingsInterface::PATH_KEYS['vets-website'], $repositorySettings->getPathKey('vets-website'));
$this->assertEquals(RepositorySettingsInterface::PATH_KEYS['next-build'], $repositorySettings->getPathKey('next-build'));
$this->assertEquals(RepositorySettingsInterface::PATH_KEYS['next-vets-website'], $repositorySettings->getPathKey('next-vets-website'));
}

/**
Expand Down

0 comments on commit 5bc83b2

Please sign in to comment.