Skip to content

Commit

Permalink
Add object assertions template to avoid deprecated warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Aug 26, 2020
1 parent e26ff89 commit 999961f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,8 @@
<templates>
<templatesDirectory>${project.basedir}/etc/assertj-templates/</templatesDirectory>
<assertionsEntryPointClass>assertions_entry_point_class_template.txt</assertionsEntryPointClass>
<softEntryPointAssertionClass>soft_assertions_entry_point_class_template.txt
</softEntryPointAssertionClass>
<softEntryPointAssertionClass>soft_assertions_entry_point_class_template.txt</softEntryPointAssertionClass>
<objectAssertion>has_assertion_template.txt</objectAssertion>
</templates>
</configuration>
</plugin>
Expand Down

0 comments on commit 999961f

Please sign in to comment.