Skip to content

Commit

Permalink
Merge pull request #23 from ar-io/gar-enhancements
Browse files Browse the repository at this point in the history
feat(gar): get prescribed observers entropy working
  • Loading branch information
dtfiedler authored May 14, 2024
2 parents 8a42b00 + e86afd2 commit c115b5d
Show file tree
Hide file tree
Showing 9 changed files with 778 additions and 610 deletions.
2 changes: 1 addition & 1 deletion contract/spec/arns_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ describe("arns", function()
testProcessId
)
assert.is_false(status)
assert.match("Name can only be leased between 1 and 5 years", result)
assert.match("Years is invalid. Must be an integer between 1 and 5", result)
end)

it(
Expand Down
Loading

0 comments on commit c115b5d

Please sign in to comment.