We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbc03d commit 6a2b213Copy full SHA for 6a2b213
lib/lib_test.go
@@ -187,7 +187,7 @@ func TestReceivers(t *testing.T) {
187
inst := &Instance{node: node, cfg: cfg}
188
189
reqs := Receivers(inst)
190
- expect := 10
+ expect := 9
191
if len(reqs) != expect {
192
t.Errorf("unexpected number of receivers returned. expected: %d. got: %d\nhave you added/removed a receiver?", expect, len(reqs))
193
return
lib/rpc.go
@@ -31,7 +31,6 @@ func init() {
31
// API of lib methods
32
func Receivers(inst *Instance) []Methods {
33
return []Methods{
34
- NewDatasetMethods(inst),
35
NewRegistryClientMethods(inst),
36
NewRemoteMethods(inst),
37
NewLogMethods(inst),
0 commit comments