Fix plugin tests
This commit is contained in:
parent
71038784cb
commit
b3e906268f
|
|
@ -115,6 +115,6 @@ func TestVerifyDependencies(t *testing.T) {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
got := VerifyDependencies(basePlugins)
|
got := VerifyDependencies(basePlugins)
|
||||||
assert.Nil(got)
|
assert.Nil(t, got)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue