Skip to content

Commit

Permalink
spec/02-integration/04-admin_api/15-off_spec.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw authored and dndx committed Oct 16, 2024
1 parent 8c83e15 commit d25167b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/02-integration/04-admin_api/15-off_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3123,6 +3123,7 @@ describe("Admin API #off with Unique Foreign #unique", function()
local unique_field_key = handle:read("*a")
handle:close()

assert.is_string(unique_field_key, "non-string result from unique lookup")
assert.not_equals("", unique_field_key, "empty result from unique lookup")

-- get the entity value
Expand Down

0 comments on commit d25167b

Please sign in to comment.