Skip to content

Commit

Permalink
Update test.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
EvandroLG authored Mar 8, 2024
1 parent 589afde commit c8fa410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local test = require 'simple_test'
local array = require 'array'

test('meta infos', function(a)
a.equal(array.__VERSION, '1.3.5')
a.equal(array.__VERSION, '1.3.6')
a.equal(array.__DESCRIPTION,
"A small library with useful methods to handle Lua's table when it's working like an Array")
end)
Expand Down

0 comments on commit c8fa410

Please sign in to comment.