Skip to content

Commit

Permalink
chore: remove last [report] from ndto calls
Browse files Browse the repository at this point in the history
  • Loading branch information
LoisSotoLopez committed Feb 7, 2024
1 parent 9a3f5f0 commit 8dbb4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/property_test/ndto_properties.erl
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ prop_array() ->
unique_items => false
},
DTO = ndto:generate(test_array, Schema),
ok = ndto:load(DTO,[report]),
ok = ndto:load(DTO),

?assertEqual(
true,
Expand Down

0 comments on commit 8dbb4fd

Please sign in to comment.