Fix lint
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-01-26 13:58:01 +01:00
parent 6c88b4ecc9
commit 39fd190d8f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ func LoadFixtures() error {
return fixtures.Load()
}
// LoadAndAssertFixtures loads all fixtures defined before and asserts they are correctly loaded
func LoadAndAssertFixtures(t *testing.T) {
err := LoadFixtures()
assert.NoError(t, err)