diff --git a/tests/Feature/DockerTagsTest.php b/tests/Feature/DockerTagsTest.php index 64c54a0..796d4c4 100644 --- a/tests/Feature/DockerTagsTest.php +++ b/tests/Feature/DockerTagsTest.php @@ -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 */