diff --git a/test/swark/eav_test.clj b/test/swark/eav_test.clj index 4029bd7..8300ac3 100644 --- a/test/swark/eav_test.clj +++ b/test/swark/eav_test.clj @@ -46,8 +46,8 @@ (#'sut/parse-row {:entity/attribute swark/->keyword :entity/value edn/read-string - :attribute swark/->keyword} - {[:user/id :user/type] swark/->keyword} + :attribute swark/->keyword + :value/parsers {[:user/id :user/type] swark/->keyword}} ["user/id" "2" "user/type" "member"])))) (t/deftest filter-eav