schedule_test.go:517:
c.Check(f1, Equals, f2)
... obtained timeutil_test.Foo = timeutil_test.Foo{A:2, B:"foobar", C:time.Time{wall:0xbe7d1da887c43b6c, ext:732500, loc:(*time.Location)(0x6ed580)}}
... expected timeutil_test.Foo = timeutil_test.Foo{A:2, B:"foobar 1234", C:time.Time{wall:0xbe7d1da887c43b6c, ext:732500, loc:(*time.Location)(0x6ed580)}}
... Values are different, diff:
--- Expected
+++ Actual
@@ -2,3 +2,3 @@
A: (int) 2,
- B: (string) (len=11) "foobar 1234",
+ B: (string) (len=6) "foobar",
C: (time.Time) 2017-11-21 11:25:38.13030078 +0100 CET m=+0.000732500
FAIL: schedule_test.go:505: timeutilSuite.TestScheduleFoo
OOPS: 0 passed, 1 FAILED
--- FAIL: Test (0.00s)
FAIL
exit status 1
FAIL github.com/snapcore/snapd/timeutil 0.003s