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

fix: fix test

parent f7ba7a25
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{}), 0)
assert.Len(t, registryDirectory.List(&invocation.RPCInvocation{}), 10)
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