Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Fix typo in the greatest test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Feb 12, 2018
1 parent 9a8c244 commit e94b7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/VersionDetectionTest.php
Expand Up @@ -16,6 +16,6 @@ public function test_gets_lumen_versions()
$this->assertEquals(5.6, MailThief::normalizeAppVersion('Lumen (5.6.1) (Laravel Components 5.6.*)'));
$this->assertEquals(5.12, MailThief::normalizeAppVersion('Lumen (5.12.4) (Laravel Components 5.99.*)'));
$this->assertEquals(10.2, MailThief::normalizeAppVersion('Lumen 10.2.123'));
$this->assertEquals(4.20, MailThief::normalizeAppVersion('Version 4.20.1423 of the Esteemd Lumen Framework, Blessed Be It'));
$this->assertEquals(4.20, MailThief::normalizeAppVersion('Version 4.20.1423 of the Esteemed Lumen Framework, Blessed Be It'));
}
}

0 comments on commit e94b7cd

Please sign in to comment.