Skip to content

Commit

Permalink
test clean
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Feb 19, 2025
1 parent aa03d85 commit 0c10b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/01-unit/19-hybrid/04-validate_deltas_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ describe("[delta validations]",function()
-- after validation the entities in deltas should have default values
for _, delta in ipairs(deltas) do
if delta.type == "routes" then
assert(delta.entity.protocols ~= nil)
assert.equal(type(delta.entity.protocols), "table")
break
end
end
Expand Down

0 comments on commit 0c10b87

Please # to comment.