Fix creating saved filters table for tests
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-09-07 17:28:25 +02:00
parent 7eae73b3b3
commit c85cb4936f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ func GetTables() []interface{} {
&TaskComment{},
&Bucket{},
&UnsplashPhoto{},
&SavedFilter{},
}
}