Skip to content
Snippets Groups Projects
Commit 855408b8 authored by Oliver Herms's avatar Oliver Herms
Browse files

Fixing test

parent a3b6525d
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ func TestClients(t *testing.T) { ...@@ -77,7 +77,7 @@ func TestClients(t *testing.T) {
} }
} }
if !found { if !found {
t.Errorf("Test %q failed: Client %v not found in result: %v", exp, ret) t.Errorf("Test %q failed: Client %v not found in result: %v", test.name, exp, ret)
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment