Fixed lume.invert test name

This commit is contained in:
rxi 2014-12-12 20:28:48 +00:00
parent 5d258d4fd0
commit ac920c8f5e

View File

@ -267,7 +267,7 @@ tests["lume.slice"] = function()
end
-- lume.invert
tests["lume_invert"] = function()
tests["lume.invert"] = function()
testeq( lume.invert({}), {} )
testeq( lume.invert{a = "x", b = "y"}, {x = "a", y = "b"} )
testeq( lume.invert{a = 1, b = 2}, {"a", "b"} )