You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes tests could fail because of improper changelong result on
complex structures like `map[string]map[string]string`.
Now diff functionality is wrapped and this use case is worked around via
flattening the structure.
Ref: r3labs/diff#95
Signed-off-by: Igor Shishkin <me@teran.dev>
It can be reproduced by run
go test -count=10
The text was updated successfully, but these errors were encountered: