Hello,
I discovered that sets:new() and sets:from_list() support new version, which should be more efficient and tried to use it, but it makes ?assertEqual to fail unless I create the expected set with v2 as well.
Is this behaviour expected?
Does ?assertEqual just compare passed terms?
I can’t find any set comparison function to rewrite the test as ?assertTrue(sets:equal(Expected, Actual)).
Thanks