Return k/v list itself from validate_unique_presence.
[hope.git] / test / hope_kv_list_SUITE.erl
index 3ae5290..b986039 100644 (file)
@@ -43,7 +43,7 @@ t_validate_unique_presence(_Cfg) ->
     DictDups    = [{a, 1}, {b, 2}, {c, 3}, {a, 4}],
     DictMissing = [{a, 1}, {b, 2}],
 
-    {ok, ok} =
+    {ok, DictOk} =
         hope_kv_list:validate_unique_presence(DictOk, KeysRequired),
     #hope_kv_list_presence_violations
     { keys_missing     = []
This page took 0.01911 seconds and 4 git commands to generate.