aboutsummaryrefslogtreecommitdiff
path: root/tracker/query_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tracker/query_test.go')
-rw-r--r--tracker/query_test.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/tracker/query_test.go b/tracker/query_test.go
index c0665a0..bd9a174 100644
--- a/tracker/query_test.go
+++ b/tracker/query_test.go
@@ -17,6 +17,8 @@ func TestMarshalQuery(t *testing.T) {
if err != nil {
t.Error(err)
}
- t.Log(v)
+ if v != "?b=100&d=%01%02%03&x=test" {
+ t.Error("wrong result", v)
+ }
}