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

Fix test

parent eb7d3025
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ func TestRegister(t *testing.T) {
func TestRouteCount(t *testing.T) {
r := &ribClient{}
res := r.RouteCount()
assert.Equal(t, 1, res)
assert.Equal(t, int64(1), res)
}
func TestNew(t *testing.T) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment