Merge pull request #132 from jakalkhalili/fix-plugin-version
Fix plugin tests
This commit is contained in:
commit
2724893901
|
|
@ -122,6 +122,6 @@ func TestVerifyDependencies(t *testing.T) {
|
|||
},
|
||||
}
|
||||
got := VerifyDependencies(basePlugins)
|
||||
assert.Nil(got)
|
||||
assert.Nil(t, got)
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue