tarantool / go-tarantool

Tarantool 1.10+ client for Go language
https://pkg.go.dev/github.com/tarantool/go-tarantool/v2
BSD 2-Clause "Simplified" License
180 stars 57 forks source link

test: fix compare_box_errors invocation #393

Closed nshy closed 5 months ago

nshy commented 5 months ago

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 https://github.com/tarantool/tarantool/issues/9108

nshy commented 5 months ago

Thanx!