We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1e9b3 commit eca2e32Copy full SHA for eca2e32
docs/userguide/advanced_data_comparison.md
@@ -250,8 +250,9 @@ FAILURE
250
at "anonymous block", line 15
251
```
252
**Note**
253
-> `join_by` matcher is much faster on performing data comparison, consider using `join_by` over unordered
254
-> `contain` matcher is not considering order of compared data-sets. Using `unordered` makes no difference (it's default)
+> Consider using `join_by` over unordered `equal`, as the `join_by` matcher is much faster at performing data comparison.
+>
255
+> The `contain` matcher is not considering the order of the compared data-sets. Using `unordered` makes no difference (it's default).
256
257
258
## Join By option
0 commit comments