Task Attachments #104

Merged
konrad merged 63 commits from feature/attachments into master 2019-10-16 20:52:31 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b70bb00bed - Show all commits

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)