mirror of
https://github.com/moby/moby.git
synced 2026-07-11 18:13:57 +00:00
* TestwriteJSON and TestontainerInvalidLeave were never executed due to the typos. Recent govet found them. * TestWriteJSON was failing due to the comparison between string and []byte. Also, it didn't considered that json.Encode appends LF. * TestContainerInvalidLeave was faling due to a typo Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>