We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1e1d9 commit 86e557eCopy full SHA for 86e557e
tests/Feature/DockerTagsTest.php
@@ -42,7 +42,7 @@ function it_sorts_the_versions_naturally()
42
$tags = collect($dockerTags->getTags());
43
44
$this->assertEquals('latest', $tags->first());
45
- $this->assertEquals('9', $tags->last());
+ $this->assertEquals('9-bullseye', $tags->last());
46
}
47
48
/** @test */
0 commit comments