Skip to content

Commit 423296f

Browse files
committed
Update expected Docker tag version in DockerTagsTest
1 parent 1b7ee8a commit 423296f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/DockerTagsTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function it_sorts_the_versions_naturally()
4949
$tags = collect($dockerTags->getTags());
5050

5151
$this->assertEquals('latest', $tags->shift());
52-
$this->assertEquals('17.2', $tags->shift());
52+
$this->assertEquals('17.4', $tags->shift());
5353
}
5454

5555
/**

0 commit comments

Comments
 (0)