Merge pull request #132 from jakalkhalili/fix-plugin-version

Fix plugin tests
This commit is contained in:
Tomasz Sęk 2019-10-09 15:39:31 +02:00 committed by GitHub
commit 2724893901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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