Added todo

This commit is contained in:
konrad 2018-01-16 15:59:16 +01:00 committed by kolaente
parent 7dd2523a00
commit 8da6ca8e0b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ func TestAddOrUpdateAuthor(t *testing.T) {
// Create test database
assert.NoError(t, PrepareTestDatabase())
// TODO delete all existing authors from eventual previuous tests
// Bootstrap our test author
testauthor := Author{Forename: "test", Lastname: "tsting"}