Skip to content
Snippets Groups Projects
Verified Commit c8d7cdd1 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Revert "test: comment-out store_test.go:500"

This reverts commit 73bce57f.
parent 44b6ac6f
No related branches found
No related tags found
No related merge requests found
......@@ -494,10 +494,9 @@ func TestFilesDelete(t *testing.T) {
}
// clean up so next test can run with a clean DB, TODO: remove as soon as newTestStore() can re-init the DB
// FIXME: commented-out for https://gitlab.servus.at/aura/tank/-/issues/82
//if err = store.DeleteShow(testShow1); err != nil {
// t.Fatalf("unexpected error: %v", err)
//}
if err = store.DeleteShow(testShow1); err != nil {
t.Fatalf("unexpected error: %v", err)
}
}
func TestFilesImportState(t *testing.T) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment