mirror of
https://github.com/moby/moby.git
synced 2026-08-12 22:16:46 +00:00
In these cases, continuing after a non nil error will result in a nil dereference in panic. Change the `assert.Check` to `assert.NilError` to avoid that. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>