We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089f32c commit c606952Copy full SHA for c606952
src/integration-test/java/de/danielbechler/diff/InclusionAT.groovy
@@ -134,7 +134,7 @@ class InclusionAT extends Specification {
134
node.childCount() == 0
135
}
136
137
- def 'including an element implicitly excludes all others'() {
+ def 'including an element implicitly excludes its siblings'() {
138
given:
139
objectDifferBuilder.configure().inclusion().toInclude().propertyNames('artist')
140
when:
0 commit comments