Skip to content

Commit

Permalink
updates unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
EvandroLG committed Jan 6, 2024
1 parent 0718b1b commit 4e628e7
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.4')
a.equal(array.__VERSION, '1.3.5')
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 4e628e7

Please sign in to comment.