Skip to content

Commit

Permalink
Fix docker image tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Jun 14, 2024
1 parent 7595387 commit b09ed43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/DockerTagsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function it_sorts_the_versions_naturally()
$tags = collect($dockerTags->getTags());

$this->assertEquals('latest', $tags->shift());
$this->assertEquals('16.2', $tags->shift());
$this->assertEquals('16.3', $tags->shift());
}

/** @test */
Expand Down

0 comments on commit b09ed43

Please sign in to comment.