summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-12 01:42:04 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-12 01:42:04 -0400
commitb06481bf41a06b74be6dae03f43aaa763e01feed (patch)
treef7b1d33f266fd6c48f36b0d3910454bde4830e17
parentf56b11101ec68121924f20c96f6daa3981850a46 (diff)
downloadgetwtxt-b06481bf41a06b74be6dae03f43aaa763e01feed.tar.gz
more context to cacheUpdate test failure
-rw-r--r--svc/cache_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/svc/cache_test.go b/svc/cache_test.go
index 8702a83..f0b0d9f 100644
--- a/svc/cache_test.go
+++ b/svc/cache_test.go
@@ -44,7 +44,7 @@ func Test_cacheUpdate(t *testing.T) {
 		manual, _ := registry.ParseUserTwtxt(raw, "gbmor", urls)
 
 		if !reflect.DeepEqual(newStatus, manual) {
-			t.Errorf("Updated statuses don't match a manual fetch.\n")
+			t.Errorf("Updated statuses don't match a manual fetch\n%#v\n%#v\n", newStatus, manual)
 		}
 	})
 }
tter hut <hut@lavabit.com> 2010-09-11 22:56:00 +0200 Makefile, setup.py: Fixed `make doc`' href='/akspecs/ranger/commit/setup.py?id=27eec7c6b53303acfd7713f7cc696ea50894a6b1'>27eec7c6 ^
8b958c57 ^
d1a1173d ^






b3660b9a ^
d1a1173d ^
3b96a37f ^
0267251a ^

3b96a37f ^



4feb2e15 ^
666cb102 ^
b38b4dd1 ^
3b96a37f ^
3b96a37f ^
8a5944e1 ^

3cd8a402 ^
c0f2fc72 ^
3cd8a402 ^
d1a1173d ^








d1a1173d ^
e6b847b3 ^
225aa78f ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57