Fix plugin tests

This commit is contained in:
Jakub Al-Khalili 2019-10-09 13:22:14 +02:00
parent 71038784cb
commit b3e906268f
1 changed files with 1 additions and 1 deletions

View File

@ -115,6 +115,6 @@ func TestVerifyDependencies(t *testing.T) {
}, },
} }
got := VerifyDependencies(basePlugins) got := VerifyDependencies(basePlugins)
assert.Nil(got) assert.Nil(t, got)
}) })
} }