Skip to content

Commit a9753d1

Browse files
Update DockerTagsTest.php
Updated test to match underlying tag changes to 18.1
1 parent f8bfda9 commit a9753d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/DockerTagsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function it_sorts_the_versions_naturally()
4141
$tags = collect($dockerTags->getTags());
4242

4343
$this->assertEquals('latest', $tags->shift());
44-
$this->assertEquals('17.5', $tags->shift());
44+
$this->assertEquals('18.1', $tags->shift());
4545
}
4646

4747
/**

0 commit comments

Comments
 (0)