Skip to content

Commit

Permalink
FRW-606 Fixed deprecation warnings for faker in tests. (#9764)
Browse files Browse the repository at this point in the history
FRW-606 Fixed deprecations for faker in tests
  • Loading branch information
dimitriyTsemma authored Dec 29, 2022
1 parent 2a37038 commit d06f960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_data/product_list.databuilder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<transfer name="ProductList">
<property name="type" dataBuilderRule="randomElement(['blacklist', 'whitelist'])"/>
<property name="title" dataBuilderRule="unique()->sentence(1)"/>
<property name="key" dataBuilderRule="word"/>
<property name="key" dataBuilderRule="word()"/>
</transfer>

</transfers>

0 comments on commit d06f960

Please sign in to comment.