diff --git a/integration/filesystem_bog_file_repository.go b/integration/filesystem_bog_file_repository.go index 460d0ae..1aa5e09 100644 --- a/integration/filesystem_bog_file_repository.go +++ b/integration/filesystem_bog_file_repository.go @@ -89,5 +89,6 @@ func (f FileSystemBogRepository) Open(filename string, user_agent_label string) } func (f FileSystemBogRepository) Delete(filename string, user_agent_label string) { - + abs_path := f.absPath(filename, user_agent_label) + os.Remove(abs_path) }