mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
6e6ac3d2ac
The "message" argument in assert.Equal expects a format string; the current string was not that, resulting in an incorrect message being printed; --- FAIL: TestDNSOptions (1.28s) Location: service_common_test.go:92 Error: Not equal: "ndots:5" (expected) != "ndots:0" (actual) Messages: The option must be ndots:5 instead:%!(EXTRA string=ndots:0) This patch removes the message altogether, because assert.Equal already prints enough information to catch the error; --- FAIL: TestDNSOptions (1.28s) Location: service_common_test.go:92 Error: Not equal: "ndots:5" (expected) != "ndots:0" (actual) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
libnetwork |