fmt
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2019-10-13 23:14:57 +02:00
parent 0ea62c2536
commit b70bb00bed
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ func initFixtures(t *testing.T) {
}
//InitTestFileFixtures initializes file fixtures
func InitTestFileFixtures(t *testing.T) {
func InitTestFileFixtures(t *testing.T) {
// Init fixture files
filename := config.FilesBasePath.GetString() + "/1"
err := afero.WriteFile(afs, filename, []byte("testfile1"), 0644)