Commit a7d9162
test: fix compare_box_errors invocation
The function signature is (expected, actual) so expected should be
called first. It is significant as the function checks that all payload
fields of expected are present in actual. The reverse inclusion is not
true generally speaking.
Need for tarantool/tarantool#91081 parent dcd0934 commit a7d9162
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
| 361 | + | |
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
| 403 | + | |
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
| |||
0 commit comments