summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--query_test.go10
1 files changed, 2 insertions, 8 deletions
diff --git a/query_test.go b/query_test.go
index 28fb32d..3782165 100644
--- a/query_test.go
+++ b/query_test.go
@@ -25,10 +25,7 @@ func Test_parseQueryOut(t *testing.T) {
 		t.Errorf("Couldn't set up test: %v\n", err)
 	}
 
-	err = twtxtCache.AddUser(nick, urls, net.ParseIP("127.0.0.1"), statusmap)
-	if err != nil {
-		t.Errorf("Couldn't set up test: %v\n", err)
-	}
+	twtxtCache.AddUser(nick, urls, net.ParseIP("127.0.0.1"), statusmap)
 
 	t.Run("Parsing Status Query", func(t *testing.T) {
 		data, err := twtxtCache.QueryAllStatuses()
@@ -62,10 +59,7 @@ func Benchmark_parseQueryOut(b *testing.B) {
 		b.Errorf("Couldn't set up test: %v\n", err)
 	}
 
-	err = twtxtCache.AddUser(nick, urls, net.ParseIP("127.0.0.1"), statusmap)
-	if err != nil {
-		b.Errorf("Couldn't set up test: %v\n", err)
-	}
+	twtxtCache.AddUser(nick, urls, net.ParseIP("127.0.0.1"), statusmap)
 
 	data, err := twtxtCache.QueryAllStatuses()
 	if err != nil {
he previous revision' href='/akspecs/ranger/blame/examples/plugin_ipc.py?h=v1.9.3&id=db7c728b71bce950b4683dca16d85fbc55bd2c42'>^
b3d031a9 ^

eed17676 ^





dded3cb8 ^
eed17676 ^




b3d031a9 ^
eed17676 ^







b3d031a9 ^
eed17676 ^



b3d031a9 ^


eed17676 ^
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