Skip to content

Commit

Permalink
Update tree IDs for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Nov 24, 2024
1 parent 0b72294 commit 1361efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/Local/LocalBuildTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public function setUp() {
public function testGetTreeId()
{
$treeId = $this->localBuild->getTreeId('tests/data/apps/composer', []);
$this->assertEquals('2cf827fabe61e262376b0356b3aaccf7930eae4c', $treeId);
$this->assertEquals('9baab201020ed81b3ef1ed47ca5fba95d1aaee78', $treeId);
$treeId = $this->localBuild->getTreeId('tests/data/apps/composer', ['clone' => true]);
$this->assertEquals('e24740418e9efa6f4c07ad61c0119119da4aaf1c', $treeId);
$this->assertEquals('ee4348c74e5ccbda3c6b16cc621a7fc05dc61ede', $treeId);
}
}
1 change: 0 additions & 1 deletion tests/data/apps/composer/.gitignore

This file was deleted.

0 comments on commit 1361efd

Please sign in to comment.