Skip to content
Snippets Groups Projects
Commit b9a8a1a9 authored by LaurenceLiZhixin's avatar LaurenceLiZhixin
Browse files

fix: fix test

parent 48c9c43d
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ func Test_List(t *testing.T) {
registryDirectory, _ := normalRegistryDir()
time.Sleep(6e9)
assert.Len(t, registryDirectory.List(&invocation.RPCInvocation{}), 10)
assert.Len(t, registryDirectory.List(&invocation.RPCInvocation{}), 3)
assert.Equal(t, true, registryDirectory.IsAvailable())
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment