fetching name
This commit is contained in:
@@ -79,8 +79,8 @@ func TestRegister(t *testing.T) {
|
||||
t.Errorf(`%d plugins where registered`, len(namePlugins))
|
||||
}
|
||||
|
||||
if len(nameSourceType) != 1 {
|
||||
t.Errorf(`%d source types were registered`, len(nameSourceType))
|
||||
if len(NameSourceType) != 1 {
|
||||
t.Errorf(`%d source types were registered`, len(NameSourceType))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user