summaryrefslogtreecommitdiff
path: root/tests/modules/semver/test.lua
diff options
context:
space:
mode:
authorOpportunity <[email protected]>2019-12-03 14:38:33 +0800
committerOpportunity <[email protected]>2019-12-03 14:38:33 +0800
commit54ba9a0faf46957c3da37366119e0dab52fc02cc (patch)
tree623d10f0ff8c6e94dcdd32b27dadce12ca31520a /tests/modules/semver/test.lua
parent1db0db6a90a231423e03c79d0f09b7bdd4bd7099 (diff)
fix typo
Diffstat (limited to 'tests/modules/semver/test.lua')
-rwxr-xr-xtests/modules/semver/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/semver/test.lua b/tests/modules/semver/test.lua
index 332285df8..3a7049c9a 100755
--- a/tests/modules/semver/test.lua
+++ b/tests/modules/semver/test.lua
@@ -28,7 +28,7 @@ function test_semver_select(t)
, {"master", "dev"})
_check_semver_select(t, {"1.5.1", "versions"}
- , "lastest"
+ , "latest"
, {"1.4.0", "1.5.0", "1.5.1"})
end