Skip to content

Commit 8724d54

Browse files
Fix test
1 parent 302bcb9 commit 8724d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/FilesExistTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function testFileArePresentInRepo()
2626
#$composeExists = file_exists('./docker-compose.yml') || file_exists('./docker/docker-compose.yml');
2727
#$this->assertTrue($composeExists);
2828

29-
$dockerExists = file_exists('./Docker') || file_exists('./docker/Docker');
29+
$dockerExists = file_exists('./Dockerfile') || file_exists('./docker/Dockerfile');
3030
$this->assertTrue($dockerExists);
3131
}
3232
}

0 commit comments

Comments
 (0)