We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7ee8a commit 423296fCopy full SHA for 423296f
tests/Feature/DockerTagsTest.php
@@ -49,7 +49,7 @@ function it_sorts_the_versions_naturally()
49
$tags = collect($dockerTags->getTags());
50
51
$this->assertEquals('latest', $tags->shift());
52
- $this->assertEquals('17.2', $tags->shift());
+ $this->assertEquals('17.4', $tags->shift());
53
}
54
55
/**
0 commit comments